Sign in

Update a webhook

documented

Updates a webhook.

PUT /webhooks/{id}Webhooksno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$account_url}}.quadernoapp.com/api/webhooks/{{$id}}" \
  -X PUT \
  -H "Authorization: Bearer {{QUADERNO_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"events_types": ["{{$events_type_1}}","{{$events_type_2}}"], "url": "{{$url}}"}'