Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://{tenantDomain}/api/v2/risk-assessments/settings/new-device \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "remember_for": 183 } '
{ "remember_for": 183 }
新規デバイスアセッサーのリスク評価設定を更新します
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
デバイスを記憶する期間(日数)。
1 <= x <= 365
新規デバイスのリスク評価設定を返します