Mark a milestone as completed
PATCH/project-management/api/v1/milestones/:milestoneId/complete
Marks a milestone as Completed by stamping the completed date. An optional completedDate can be provided; otherwise defaults to UTC now. Idempotent — calling on an already-completed milestone returns the current state.
Request
Responses
- 200
- 400
- 401
- 403
- 404
OK
Bad Request
Unauthorized
Forbidden
Not Found