Skip to main content
PUT
/
v0
/
webhooks
/
{id}
Update a webhook
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": {}
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string<uuid>
required

Body

application/json
url
string
required
name
string
required
headers
object

Response

id
string
required
url
string
required
name
string
required
headers
object