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

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