Update subscriber credentials
Subscriber credentials associated to the delivery methods such as slack and push tokens.
PUT
/v1/subscribers/{subscriberId}/credentialsAuthorization
Authorization<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Request Body
application/jsonRequiredproviderIdRequiredstringThe provider identifier for the credentials
Value in: 
"slack" | "discord" | "msteams" | "mattermost" | "ryver" | "zulip" | "grafana-on-call" | "getstream" | "rocket-chat" | "whatsapp-business" | "chat-webhook" | "novu-slack" | "fcm" | "apns" | "expo" | "one-signal" | "pushpad" | "push-webhook" | "pusher-beams" | "appio"integrationIdentifierstringThe integration identifier
credentialsRequiredobjectCredentials payload for the specified provider
Path Parameters
subscriberIdRequiredstringHeader Parameters
idempotency-keystringA header for idempotency purposes
OK