Auth Settings
Update Auth Settings
Updates authentication configuration.
patch/v3/authentication-settings
Request body
Example request
{
"basic_auth_enabled": true,
"idp_mapping_enabled": true
}Response
Response for authentication settings endpoint
Example response
{
"basic_auth_enabled": true,
"idp_mapping_enabled": true
}