Sign in

Partial update webhook

documented

Update parts of a webhook.

PATCH /webhooks/{webhook_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://www.myworkboard.com/wb/apis/webhooks/{{$webhook_id}}" \\n  -X PATCH \\n  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \\n  -H "Content-Type: application/json" \\n  -H "Accept: application/json" \\n  -d '{\\"webhook\\": {\\"name\\": \\\"{{$name}}\\\", \\\"url\\": \\\"{{$url}}\\\", \\\"enabled\\": {{$enabled}}, \\\"events\\": {{$events}}}}'