v1
latestOpenAPI 3.0.32026-07-24148824715.6 KBWebhooks
Update a webhook notification configuration.
This endpoint will update the webhook configuration
You need the "Create and update webhooks" permission to use this endpoint.
patch/v2/notifications/configurations/webhook/{identifier}
Path parameters
identifierstring required
Identifier of the webhook notification configuration object
Request body
Example request
{
"name": "New Name",
"url": "https://www.example.org/hooks"
}Response
Webhook configuration updated successfully
Example response
{
"identifier": "70f0581a-8d09-4077-8dcc-0d78d3f687e3"
}