Atlassian · Schema

ContentRestrictionUpdate

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
operation string The restriction operation applied to content.
restrictions object The users/groups that the restrictions will be applied to. At least one of `user` or `group` must be specified for this object.
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-content-restriction-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ContentRestrictionUpdate",
  "type": "object",
  "properties": {
    "operation": {
      "type": "string",
      "description": "The restriction operation applied to content."
    },
    "restrictions": {
      "type": "object",
      "description": "The users/groups that the restrictions will be applied to. At least one of\n`user` or `group` must be specified for this object."
    }
  }
}