Auth0 · Schema

UpdateSessionRequestContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
session_metadata object Metadata associated with the session. Pass null or {} to remove all session_metadata.
View JSON Schema on GitHub

JSON Schema

auth0-updatesessionrequestcontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateSessionRequestContent",
  "title": "UpdateSessionRequestContent",
  "type": "object",
  "additionalProperties": false,
  "minProperties": 1,
  "properties": {
    "session_metadata": {
      "$ref": "#/components/schemas/SessionMetadata",
      "description": "Metadata associated with the session. Pass null or {} to remove all session_metadata."
    }
  }
}