webhooks
Update a webhook
Updates a webhook subscription. The body accepts url, active, auth_token,
and http_method; resource and event are fixed at creation — retarget by
deleting and recreating. Rotate the signing secret by sending a new auth_token.
Returns 200 with the updated subscription, 404 when the id is unknown, and
422 when the body fails validation. Requires a company Bearer token (401
otherwise).
PUT
Authorizations
Bearer token authentication
Path Parameters
Identifier of the webhook subscription — the numeric id returned at create,
carried as a path segment.
Body
application/json