Skip to main content
PUT
/
guardian
/
factors
/
push-notification
/
providers
/
fcm
Overwrite FCM configuration
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>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Body

server_key
string | null
Required string length: 1 - 152

Response

FCM configuration updated

The response is of type object.