v10
latestOpenAPI 3.1.02026-08-0375143791.1 KBwebdbs
Update a webhook
Changes a WebDB webhook.
patch/webdbs/webhooks/{webhook_id}
Path parameters
webhook_idstring required
Webhook ID.
Example:wh_123
Webhook ID.
Request body
Example request
{
"tags": [
"production",
"team-alpha"
]
}Response
Updated webhook
Example response
{
"id": "wh_123"
}