v6
latestOpenAPI 3.1.02026-07-311856741.1 MBwebhooks
public
Update Webhook Endpoint
Update a webhook endpoint.
Scopes: webhooks:write
patch/v1/webhooks/endpoints/{id}
Path parameters
idstring uuid4 required
The webhook endpoint ID.
The webhook endpoint ID.
Request body
Example request
{
"url": "https://webhook.site/cb791d80-f26e-4f8c-be88-6e56054192b0"
}Response
Webhook endpoint updated.
Example response
{
"url": "https://webhook.site/cb791d80-f26e-4f8c-be88-6e56054192b0",
"secret": "whsec_ovyN6cPrTv56AApvzCaJno08SSmGJmgbWilb33N2JuK"
}