Edit Webhook
Edit subscribed event
The endpoint allows you to change registered URL for specific event.
patch
Authorizations
AuthorizationstringRequired
Enter your JWT access token
Path parameters
eventstringRequired
The event that for which the webhook is registered.
Body
urlstringRequired
The URL to which the webhook will send data
Responses
200
Webhook was successfully updated.
No content
400
Bad Request. See message / detail for explanation of the error
application/json
404
Webhook not found
application/json
500
Internal server error
application/json
patch
/v1/webhooks/{event}No content
Last updated