PUT
/
api
/
webhooks
/
{id}
Update a webhook
curl --request PUT \
  --url https://api.vambe.me/api/webhooks/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "topic": "<string>",
  "url": "<string>",
  "secret": "<string>",
  "active": true,
  "hidden": true
}'

Path Parameters

id
string
required

Body

application/json
topic
string
url
string<uri>
Maximum length: 255
secret
string | null
Maximum length: 255
active
boolean
hidden
boolean

Response

200

Webhook updated successfully