Atlassian · Schema

ContentStateBulkSetTaskUpdate

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
set array
failed array
percentage integer
message string
success boolean
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-states-content-state-bulk-set-task-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ContentStateBulkSetTaskUpdate",
  "type": "object",
  "properties": {
    "set": {
      "type": "array"
    },
    "failed": {
      "type": "array"
    },
    "percentage": {
      "type": "integer"
    },
    "message": {
      "type": "string"
    },
    "success": {
      "type": "boolean"
    }
  }
}