Skip to main content
PUT
/
api
/
webhooks
/
{id}
Update a webhook
curl --request PUT \
  --url https://api.vambe.me/api/webhooks/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "filters": {
    "channelIds": [
      "<string>"
    ]
  }
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.vambe.me/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Body

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

Response

200

Webhook updated successfully