Create milestone
documentedAdd a milestone (or milestones) to a specific goal.
POST /api/v2/goals/{id}/milestonesGoalsno 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://{{CASCADE_INSTANCE}}.executestrategy.net/api/v2/goals/{{$id}}/milestones" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"name": "{{$milestone_name}}", "targetDate": "{{$milestone_target_date}}", "description": "{{$milestone_description}}", "progress": {{$milestone_progress}}}'