Create update
documentedCreate a new update for a goal.
POST /api/v2/updatesUpdatesno 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" \
-X POST \
-H "Authorization: Bearer {{CASCADE_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"goal_id": "{{$goal_id}}", "action": "{{$action}}", "details": "{{$details}}", "start_time": "{{$start_time}}", "end_time": "{{$end_time}}", "comment": "{{$comment}}"}'