Update a webhook

Updates a webhook.

Request
path Parameters
id
required
string

Unique Webhook identifier

Request Body schema: application/json
webhook_id
string
label
string
triggers
Array of any
method
string
target
string
Responses
200

OK

400

Bad Request

put/v3/webhooks/{id}
Request samples
application/json
{
  • "webhook_id": "01234567890ABCD",
  • "label": "Test webhook",
  • "triggers": [
    ],
  • "method": "POST",
}