hooks

Update webhook properties

Use this method to update a webhook properties.

patch/hooks/{id}/

Path parameters

idinteger required

A unique integer value identifying this Webhook.

Request body

namestring

Human-readable name for this webhook

activeboolean

Inactive webhooks will not send any requests

urlstring uri

Receiving URL

batch_sizeinteger

Webhook messages batch size

send_attemptsinteger

Maximum number of attempts to send a webhook

Response

idinteger required
namestring required

Human-readable name for this webhook

activeboolean required

Inactive webhooks will not send any requests

urlstring uri required

Receiving URL

batch_sizeinteger

Webhook messages batch size

send_attemptsinteger

Maximum number of attempts to send a webhook

created_byinteger required

Creator ID

created_datestring date-time required

Webhook creation date

modified_datestring date-time required

Webhook modification date

Changes