Atlassian · JSON Structure

Atlassian Confluence Content Copy Page Request Structure

Type: object Properties: 7
CodeCollaborationPlatformProductivitySoftware Development

CopyPageRequest is a JSON Structure definition published by Atlassian, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

copyAttachments copyPermissions copyProperties copyLabels copyCustomContents pageTitle body

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CopyPageRequest",
  "type": "object",
  "properties": {
    "copyAttachments": {
      "type": "boolean"
    },
    "copyPermissions": {
      "type": "boolean"
    },
    "copyProperties": {
      "type": "boolean"
    },
    "copyLabels": {
      "type": "boolean"
    },
    "copyCustomContents": {
      "type": "boolean"
    },
    "pageTitle": {
      "type": "string"
    },
    "body": {
      "type": "object"
    }
  }
}