- write:page:confluence.
External DocumentationTo learn more, visit the Confluence documentation.
Basic Parameters
| Parameter | Description |
|---|---|
| Atlas Doc Format Representation | The type of content representation. |
| Atlas Doc Format Value | The body of the page. |
| Body Format | Select to provide the page content as a Page Body Write or a Page Nested Body Write. |
| Body Representation | The type of content representation. |
| Body Value | The body of the page. |
| ID | The ID of the page to be updated. |
| Status | Select the updated status of the page. Note: Changing the status from current to draft deletes any existing draft in favor of the updated one. This action can also be used to restore a trashed or deleted page to current status, in which case the page contents will not be updated. |
| Storage Representation | The type of content representation. |
| Storage Value | The body of the page. |
| Title | The updated title of the page. |
| Version Number | The new version number of the page. Set this to the current version number plus one, unless you are updating the status to draft, which requires a version number of 1. If you don’t know the current version number, use the Get Page action. |
| Wiki Representation | The type of content representation. |
| Wiki Value | The body of the page. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Owner ID | The account ID of the user to transfer page ownership to. |
| Parent ID | The ID of the parent page, to move the page under a different parent within the same space. |
| Space ID | The ID of the containing space. Note: This does not support moving the page to a different space. |
| Version Message | An optional message to be stored with the version. |
Example Output
{
"id": "<string>",
"status": "current",
"title": "<string>",
"spaceId": "<string>",
"parentId": "<string>",
"parentType": "page",
"position": 57,
"authorId": "<string>",
"ownerId": "<string>",
"lastOwnerId": "<string>",
"createdAt": "<string>",
"version": {
"createdAt": "<string>",
"message": "<string>",
"number": 19,
"minorEdit": true,
"authorId": "<string>"
},
"body": {
"storage": {},
"atlas_doc_format": {},
"view": {}
},
"labels": {
"results": [
{
"id": "<string>",
"name": "<string>",
"prefix": "<string>"
}
],
"meta": {
"hasMore": true,
"cursor": "<string>"
},
"_links": {
"self": "<string>"
}
},
"properties": {
"results": [
{
"id": "<string>",
"key": "<string>",
"version": {}
}
],
"meta": {
"hasMore": true,
"cursor": "<string>"
},
"_links": {
"self": "<string>"
}
},
"operations": {
"results": [
{
"operation": "<string>",
"targetType": "<string>"
}
],
"meta": {
"hasMore": true,
"cursor": "<string>"
},
"_links": {
"self": "<string>"
}
},
"likes": {
"results": [
{
"accountId": "<string>"
}
],
"meta": {
"hasMore": true,
"cursor": "<string>"
},
"_links": {
"self": "<string>"
}
},
"versions": {
"results": [
{
"createdAt": "<string>",
"message": "<string>",
"number": 19,
"minorEdit": true,
"authorId": "<string>"
}
],
"meta": {
"hasMore": true,
"cursor": "<string>"
},
"_links": {
"self": "<string>"
}
},
"isFavoritedByCurrentUser": true,
"_links": {
"base": "<string>"
}
}