Updates a webhook to replace webhook fields with new values. Supports only the replace operation. Pass a json_patch object with replace operation and path, which is /url for a URL or /event_types for events. The value is either the URL or a list of events.
Oauth 2.0 authentication
The ID of the webhook for which to list subscriptions.
The operation.
add, remove, replace, move, copy, test The JSON Pointer to the target document location at which to complete the operation.
The value to apply. The remove operation does not require a value.
The JSON Pointer to the target document location from which to move the value. Required for the move operation.
A successful request returns the HTTP 200 OK status code and a JSON response body that shows webhook details.
One or more webhook objects.
The URL that is configured to listen on localhost for incoming POST notification messages that contain event information.
2048An array of events to which to subscribe your webhook. To subscribe to all events, including events as they are added, specify the asterisk wild card. To replace the event_types array, specify the asterisk wild card. To list all supported events, list available events.
500The ID of the webhook.
An array of request-related HATEOAS links.