メインコンテンツへスキップ
PATCH
https://{tenantDomain}/api/v2
/
attack-protection
/
phone-provider-protection
Update Phone Provider Protection settings
curl --request PATCH \
  --url https://{tenantDomain}/api/v2/attack-protection/phone-provider-protection \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "type": "exponential"
}
'
{
  "type": "exponential"
}

Documentation Index

Fetch the complete documentation index at: https://auth0.com/llms.txt

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

承認

Authorization
string
header
必須

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

ボディ

type
enum<string>
必須

The type of backoff strategy to use.

利用可能なオプション:
exponential,
none

レスポンス

Phone provider protection configuration successfully updated.

type
enum<string>
必須

The type of backoff strategy to use.

利用可能なオプション:
exponential,
none