コンテンツにスキップ

Update conformance mode settings

PUT
/api/admin/settings/conformance
Code sample: Shell / cURL
curl --request PUT \
--url https://auth.example.com/api/admin/settings/conformance \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "enabled": true, "useBuiltinForms": true }'

Updates the SETTINGS KV conformance override. enabled and useBuiltinForms must be booleans when present.

Media type application/json
object
enabled
boolean
useBuiltinForms
boolean
key
additional properties
Example
{
"enabled": true,
"useBuiltinForms": true
}

Updated conformance mode override.

Media type application/json
object
success
boolean
config

Updated conformance override.

object
key
additional properties
warning
string | null
key
additional properties
Example
{
"success": true,
"config": {
"enabled": true,
"useBuiltinForms": true
},
"warning": "Conformance mode enabled. Built-in forms will be used instead of external UI."
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}