Update webhook
documentedUpdates an existing webhook configuration.
PUT /hooks/{hookId}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://secure.solve360.com/hooks/{{$hookId}}/" \
-X PUT \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Basic {{SOLVE360_SECRET}}" \
-d '{"active": {{$active}}}'