Update a webhook
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": {} }
The UUID of the webhook
Webhook to update
The body is of type object.
object
Webhook was successfully updated
The response is of type object.