Update a webhook
documentedUpdates a webhook.
PUT /webhooks/{id}Webhooksno implementation yet0 runsNo 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}}"}'