Sign in

Create update

documented

Create a new update for a goal.

POST /api/v2/updatesUpdatesno 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://{{$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}}"}'
Create update · cascade · OpenIntegrations