Atlassian · Example Payload

Atlassian Confluence Content Attachment Properties Update Body Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Confluence Content Attachment Properties Update Body Example is an example object payload from Atlassian, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtypestatustitlemetadataextensions

Example Payload

Raw ↑
{
  "id": "abc123",
  "type": "example_value",
  "status": "example_value",
  "title": "Example Title",
  "metadata": "example_value",
  "extensions": "example_value"
}