ApplicationWebhooks

patch/ApplicationWebhooks/{id}

Path parameters

idstring required

Query parameters

api-versionstring

The requested API version

Request body

applicationConfigIdstring required
namestring nullable

Gets or sets the webhook name.

urlstring nullable

Gets or sets the webhook URL.

disabledboolean

Gets or sets the disabled state of the webhook.

batchboolean

If multiple events are generated at the same time, we will send all the events together in one call to the Webhook URL instead of sending each event separately.

reliableboolean

In case of a network error, we will try to resend the event. The maximum number of attempts we try is 3.

eventsstring[] nullable

List of Webhook events that have been enabled.

idstring nullable
createdOninteger
createdBystring nullable
modifiedOninteger
modifiedBystring nullable

Response

Success

Changes

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