Update webhook details
Update the configuration of an existing webhook.
Webhook messages will conform to the format in the webhooks section of the API docs, depending on the event type (as defined in the same section). Availability of this endpoint is indicated by the name "webhooks" appearing in the event_stream_mechanisms list on the /service endpoint.
HTTP events sent by the service to a client webhook's endpoint SHOULD include a api_key_name header with the 'api_key_value' value. Clients SHOULD verify this against the value they provided when registering the webhook.
Service implementations MAY partially support event filtering and transformations. Service implementations SHALL return a 400 response code if the filtering or transformation specified in the request is not supported.
Service implementations SHOULD consider the security implications of providing webhooks, and include appropriate mitigations against Server Side Request Forgery (SSRF) attacks and similar. Service implementations SHOULD take appropriate steps to authorize the modification of existing webhooks. This may take the form of RBAC, or ABAC.
Request body
Response
Success. The webhook has been updated