Atlassian · Schema

ContentPermissionRequest

This object represents the request for the content permission check API.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
operation string The content permission operation to check.
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-content-permission-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ContentPermissionRequest",
  "type": "object",
  "description": "This object represents the request for the content permission check API.",
  "properties": {
    "operation": {
      "type": "string",
      "description": "The content permission operation to check."
    }
  }
}