Edit Webhook
Edit subscribed event
The endpoint allows you to change registered URL for specific event.
patch
Authorizations
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
PATCH /v1/webhooks/{event} HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 14
{
"url": "text"
}
No content
Last updated