Confluence · Example Payload

Confluence Cloud V2 Page Update Request Example

CollaborationContent ManagementDocumentationKnowledge BaseWiki

Confluence Cloud V2 Page Update Request Example is an example object payload from Confluence, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idstatustitlespaceIdparentId

Example Payload

Raw ↑
{
  "id": "abc123",
  "status": "example_value",
  "title": "Example Title",
  "spaceId": "500123",
  "parentId": "500123"
}