Update update
documentedUpdate an existing update by ID.
PUT /api/v2/updates/{id}Updatesno 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://{{$instance}}.executestrategy.net/api/v2/updates/{{$id}}" \
-X PUT \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"title": "{{$title}}", "details": "{{$details}}", "action": "{{$action}}", "start_time": "{{$start_time}}", "end_time": "{{$end_time}}", "weight_id": {{$weight_id}}, "role_id": {{$role_id}} }'