Update webhook
Execute the update_webhook capability through REST or MCP with the same authorization and project checks.
WriteMinimum role: ownerExternal action
REST
PATCH
/api/v1/webhooks/:endpointIdcurl "https://chatterbeam.com/api/v1/webhooks/{endpointId}" \
--request PATCH \
--header "Authorization: Bearer $CHATTERBEAM_API_KEY" \
--header "Idempotency-Key: unique-operation-key"MCP
Tool name: update_webhook. The tool returns the same structured { data, meta } result as REST.
Input
endpointIdRequired path identifierAuthorization
Required scope: webhooks:write. Scope checks are followed by current project membership and the owner minimum role.