Update an endpoint
Endpoints
Update an endpoint
Change an endpoint’s URL, headers, delivery settings, or active state.
PATCH
Update an endpoint
Updates any subset of an endpoint’s settings. The signing
secret can’t be changed here. Provide at least one field.
string
required
The endpoint id (
ep_…).string
Label (1–100 chars).
string
Delivery URL (
http/https). Must resolve to a public host — and match
the provider’s incoming-webhook host on a Slack/Discord endpoint.object
Replaces the custom headers. Up to 10; reserved headers can’t be overridden.
integer
Per-request timeout, 1–30 seconds.
integer
Total attempts (first + retries), 1–10.
boolean
Whether the endpoint receives deliveries.
Returns
400 for an invalid URL, a private/internal host, or invalid headers;
404 if the endpoint isn’t yours.