Passer au contenu principal
PATCH
https://{tenantDomain}/api/v2
/
risk-assessments
/
settings
Update risk assessment settings
curl --request PATCH \
  --url https://{tenantDomain}/api/v2/risk-assessments/settings \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "enabled": true
}
'
{
  "enabled": true
}

Documentation Index

Fetch the complete documentation index at: https://auth0-feat-ionic-capacitor-quickstart-modernization.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Corps

enabled
boolean
requis

Whether or not risk assessment is enabled.

Réponse

Returning risk assessment settings for the tenant

enabled
boolean
requis

Whether or not risk assessment is enabled.