WebhookReceivers

Replace webhook receiver

Replace an existing webhook receiver.

put/v1/WebhookReceivers/{id}

Path parameters

idinteger required

ID of the webhook receiver to replace.

Request body

webhook_receiver_idinteger

Primary identifier for a webhook receiver.

urlstring required

URL to send request to.

descriptionstring

Describes the webhook receiver.

require_xhook_header_confirmation_flagboolean

Is the header "X-Hook-Secret" required to confirm this endpoint. In general, this should be yes, but some systems are not compatible with this.

Response

OK

okboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.