Webhooks
Update webhook
Updates a webhook
Required permissions:
- developer:manage_webhook
patch/webhooks/{id}
Path parameters
idstring required
Example:hook_xxxxxxxxxxxxx
The ID of the Webhook to update
Request body
Example request
{
"url": "https://example.com/path"
}Response
A successful response
Example response
{
"created_at": "2023-12-01T05:00:00.401Z",
"id": "hook_xxxxxxxxxxxxx",
"url": "https://example.com/path"
}