update_page_title

class sanhe_confluence_sdk.methods.page.update_page_title.UpdatePageTitleRequestPathParams(id: int = REQ)[source]
class sanhe_confluence_sdk.methods.page.update_page_title.UpdatePageTitleRequestBodyParams(status: str = REQ, title: str = REQ)[source]
class sanhe_confluence_sdk.methods.page.update_page_title.UpdatePageTitleRequest(path_params: ~sanhe_confluence_sdk.methods.page.update_page_title.UpdatePageTitleRequestPathParams = <factory>, query_params: ~sanhe_confluence_sdk.methods.model.QueryParams = <factory>, body_params: ~sanhe_confluence_sdk.methods.page.update_page_title.UpdatePageTitleRequestBodyParams = <factory>)[source]

See: https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-pages-id-title-put

class sanhe_confluence_sdk.methods.page.update_page_title.UpdatePageTitleResponseBodyStorage(_raw_data: Dict[str, Any], _http_res: Response | None = None)[source]

BodyType schema for storage representation.

class sanhe_confluence_sdk.methods.page.update_page_title.UpdatePageTitleResponseBodyAtlasDocFormat(_raw_data: Dict[str, Any], _http_res: Response | None = None)[source]

BodyType schema for atlas_doc_format representation.

class sanhe_confluence_sdk.methods.page.update_page_title.UpdatePageTitleResponseBodyView(_raw_data: Dict[str, Any], _http_res: Response | None = None)[source]

BodyType schema for view representation.

class sanhe_confluence_sdk.methods.page.update_page_title.UpdatePageTitleResponseBody(_raw_data: Dict[str, Any], _http_res: Response | None = None)[source]

BodySingle schema - contains fields for each representation type.

class sanhe_confluence_sdk.methods.page.update_page_title.UpdatePageTitleResponseVersion(_raw_data: Dict[str, Any], _http_res: Response | None = None)[source]

Version schema.

property createdAt: str

Date and time when the version was created. ISO 8601 format.

property message: str

Message associated with the current version.

property number: int

The version number.

property minorEdit: bool

Describes if this version is a minor version.

property authorId: str

The account ID of the user who created this version.

AbstractPageLinks schema.

property webui: str

Web UI link of the content.

property editui: str

Edit UI link of the content.

property tinyui: str

Tiny UI link of the content.

class sanhe_confluence_sdk.methods.page.update_page_title.UpdatePageTitleResponse(_raw_data: Dict[str, Any], _http_res: Response | None = None)[source]

PageSingle schema - response for updating a page title.

property id: str

ID of the page.

property status: str

ContentStatus enum: current, draft, archived, historical, trashed, deleted.

property title: str

Title of the page.

property spaceId: str

ID of the space the page is in.

property parentId: str

ID of the parent page, or null if there is no parent page.

property parentType: str

ParentContentType enum: page, whiteboard, database, embed, folder.

property position: int

Position of child page within the given parent page tree.

property authorId: str

The account ID of the user who created this page originally.

property ownerId: str

The account ID of the user who owns this page.

property lastOwnerId: str

The account ID of the user who owned this page previously, or null.

property subtype: str

The subtype of the page.

property createdAt: str

Date and time when the page was created. ISO 8601 format.