Atlassian · Schema

AttachmentPropertiesUpdateBody

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
id string
type string Set this to "attachment"
status string
title string
metadata object
extensions object
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-attachment-properties-update-body-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AttachmentPropertiesUpdateBody",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "description": "Set this to \"attachment\""
    },
    "status": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "extensions": {
      "type": "object"
    }
  }
}