Notification Subscriptions
Update a Registration Provider Subscription
Update the frequency of a specific notification subscription for a registration provider.
Permissions
User must be authenticated and be the owner of the subscription to modify it.
Returns
A JSON object containing the updated details of the notification subscription.
patch/registration_subscriptions/{subscription_id}/
Path parameters
subscription_idstring required
The unique identifier of the notification subscription.
Request body
object required
Example request
{
"data": {
"type": "notification_subscriptions",
"id": "reg123_subscription456",
"attributes": {
"frequency": "none"
}
}
}Response
OK