Auth0 · Schema

UpdateConnectionRequestContentLine

Update a connection with strategy=line

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-updateconnectionrequestcontentline-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateConnectionRequestContentLine",
  "title": "UpdateConnectionRequestContentLine",
  "description": "Update a connection with strategy=line",
  "allOf": [
    {
      "$ref": "#/components/schemas/ConnectionCommon"
    },
    {
      "type": "object",
      "properties": {
        "options": {
          "$ref": "#/components/schemas/ConnectionOptionsLine"
        }
      }
    }
  ]
}