latestOpenAPI 3.0.02026-08-10221235717.8 KB

e21ad140ec3c

public
Event

Update a Webhook

patch/orgs/{orgId}/apps/{appId}/webhooks/{jobId}

Path parameters

orgIdstring required

The Organization ID.

appIdstring required

The Application ID.

jobIdstring required

The Webhook ID.

Request body

disabledboolean nullable

Defines whether this job is currently disabled.

headersJSONFieldRequest
idstring

Job ID, unique within the Organization

payloadJSONFieldRequest
urlstring nullable

The webhook's URL (without protocol, only HTTPS is supported).

Response

Updated successfully, return the webhook

disabledboolean nullable required

Defines whether this job is currently disabled.

headersJSONFieldResponse required
payloadJSONFieldResponse required
urlstring nullable required

The webhook's URL (without protocol, only HTTPS is supported)