v1

latestOpenAPI 3.1.02026-07-1255227258.8 KB
webhook_endpoints

Update Webhook Endpoint

Update a webhook endpoint's name, URL, or active status. Use this to rotate endpoints or temporarily disable delivery without deleting the endpoint.

patch/webhook_endpoints/{endpoint_id}

Path parameters

endpoint_idstring uuid required

Request body

namestring nullable
urlstring uri nullable
activeboolean nullable
partition_patternstring nullable

Response

Successful Response

idstring uuid required
created_atstring date-time required
updated_atstring date-time required
namestring required
urlstring uri required
partition_patternstring nullable required
activeboolean required
secretstring required