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 PUT \ --url https://{tenantDomain}/api/v2/guardian/factors/push-notification/providers/fcm \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "server_key": "<string>" } '
{}
テナントに関連付けられた多要素認証 FCM プロバイダーの設定詳細をすべて上書きします。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 - 152
FCM の設定が更新されました
The response is of type object.
object