Auth0 · Schema

RollbackActionModuleRequestContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
module_version_id string The unique ID of the module version to roll back to.
View JSON Schema on GitHub

JSON Schema

auth0-rollbackactionmodulerequestcontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RollbackActionModuleRequestContent",
  "title": "RollbackActionModuleRequestContent",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "module_version_id"
  ],
  "properties": {
    "module_version_id": {
      "type": "string",
      "description": "The unique ID of the module version to roll back to."
    }
  }
}