v1
latestOpenAPI 3.1.02026-07-26359254.7 MBWebhooks
Enable a webhook subscription
<small>Requires the webhooks:operate scope (or a broader one that includes it).</small>
Resumes a paused subscription. Idempotent — calling on an already-enabled subscription still returns 204. Use this dedicated endpoint rather than PUT to toggle the paused state (PUT does not accept the enabled flag).
When the active-subscriptions limit has been reached, returns 409 Conflict with code: webHook.limitReached.
post/v3/webhooks/{id}/enable
Path parameters
idinteger required
Webhook subscription ID.
Response
Subscription is enabled (or was already enabled). The response body is empty.
{"stackTrail":"paths:/v3/webhooks/{id}/enable:post:responses:204:content:application/json:schema","oasType":"schema","type":"unknown","description":"Empty body"}