Atlassian · Example Payload

Atlassian Confluence Content Copy Page Request Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Confluence Content Copy Page Request Example is an example object payload from Atlassian, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

copyAttachmentscopyPermissionscopyPropertiescopyLabelscopyCustomContentspageTitlebody

Example Payload

Raw ↑
{
  "copyAttachments": true,
  "copyPermissions": true,
  "copyProperties": true,
  "copyLabels": true,
  "copyCustomContents": true,
  "pageTitle": "example_value",
  "body": "example_value"
}