Update webhook subscription
PUT/v1/subscriptions/:id
Update the configuration of an existing webhook subscription.
Updatable Fields:
- Event types to subscribe to
- Endpoint URL
- Description
- Retry configuration (count and backoff)
- Enabled/disabled status
- Custom headers
Partial Updates: Only provide the fields you want to update. Omitted fields will remain unchanged.
Note: Updating event types will affect which events are delivered to this subscription going forward.
Request
Responses
- 200
- 400
- 401
- 404
Subscription updated successfully
Invalid request
Invalid or missing API key
Subscription not found