Atlassian · Schema

VersionRestore

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
operationKey string Set to 'restore'.
params object
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-content-version-restore-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "VersionRestore",
  "type": "object",
  "properties": {
    "operationKey": {
      "type": "string",
      "description": "Set to 'restore'."
    },
    "params": {
      "type": "object"
    }
  }
}