Update a webhook
cURL
curl --request PUT \ --url https://{hostname}.gable.ai/v0/webhooks/{id} \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "url": "<string>", "name": "<string>", "headers": {} } '
{ "id": "<string>", "url": "<string>", "name": "<string>", "headers": {} }
The UUID of the webhook
Webhook to update
The URL that the webhooks will be sent to
The webhook name
A map of headers
Show child attributes
Webhook was successfully updated
The id of a created webhook
The url of a created webhook
The name of a created webhook