Auth0 · Schema

DeployActionVersionRequestContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
update_draft boolean True if the draft of the action should be updated with the reverted version.
View JSON Schema on GitHub

JSON Schema

auth0-deployactionversionrequestcontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeployActionVersionRequestContent",
  "title": "DeployActionVersionRequestContent",
  "type": [
    "object",
    "null"
  ],
  "additionalProperties": false,
  "properties": {
    "update_draft": {
      "type": "boolean",
      "description": "True if the draft of the action should be updated with the reverted version.",
      "default": false
    }
  }
}