Sign in

Update milestone

documented

Update a milestone.

Milestonesno 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://app.paymoapp.com/api/milestones/{{$milestone_id}}" \
  -X PUT \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -d '{"name": "{{$name}}", "due_date": "{{$due_date}}", "user_id": {{$user_id}}, "send_reminder": {{$send_reminder}}, "linked_tasklists": {{$linked_tasklists}}, "complete": {{$complete}} }'