Skip to main content
PUT
/
guardian
/
factors
/
push-notification
/
providers
/
fcmv1
Overwrite FCMV1 configuration
curl --request PUT \
  --url https://{tenantDomain}/api/v2/guardian/factors/push-notification/providers/fcmv1 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "server_credentials": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Body

server_credentials
string | null
Required string length: 1 - 10000

Response

FCMV1 configuration updated

The response is of type object.