PUT
/
v0
/
webhooks
/
{id}
cURL
curl --request PUT \
  --url 'https://api-(organization).gable.ai/v0/webhooks/{id}' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "<string>",
  "name": "<string>",
  "headers": {}
}'
{
  "id": "<string>",
  "url": "<string>",
  "name": "<string>",
  "headers": {}
}

Path Parameters

id
string<uuid>
required

The UUID of the webhook

Body

application/json

Webhook to update

The body is of type object.

Response

200
application/json

Webhook was successfully updated

The response is of type object.