Partially update event subscription
Use this method to partially update an event subscription. Structure your request to follow the RFC 6902 standard.
To update an event subscription, you need its subscriptionId. Our gateway returned the subscriptionId in the id field in the response of the Create Event Subscription method.
Note: If you don't have the subscriptionId, use our List Event Subscriptions method to search for the subscription.
You can update the following properties of an event subscription:
- eventTypes - Subscribe to new events or remove events that you are subscribed to.
- notifications - Information about your endpoint and who we email if we can't contact your endpoint.
- enabled - Turn on or turn off notifications for the subscription.
Path parameters
Unique identifier that we assigned to the event subscription.
Note: Our gateway returned the subscriptionId in the id field in the response of the Create Event Subscription method.
Headers
Bearer authentication
Unique identifier that you generate for each request. You must use the UUID v4 format for the identifier. For more information about the idempotency key, go to Idempotency.
Request body
Response
Successful request. We updated the event subscription.