v1
latestOpenAPI 3.0.12026-07-1714724311.1 KBWebhooks
Update a Webhook
Update an existing webhook
patch/webhooks/{id}
Path parameters
idstring required
Example:8cbb43fe-4cdf-4991-8352-c461779cec02
Unique identifier for the object.
Query parameters
fieldsstring[]
Control what fields are being returned in the object.
metastring
What metadata to return in the response.
Request body
Example request
{
"name": "create articles",
"method": "POST",
"status": "active",
"data": true
}Response
Successful request