Reopen a completed milestone

Reopen a previously completed milestone, marking it as pending again. This also reopens all associated tasks.

Use Cases:

  • Undo accidental completion
  • Revert when issues are discovered
  • Restart milestone workflow

What Happens:

  1. Milestone completion is cleared
  2. Completion timestamp and user are removed
  3. All associated completed tasks are reopened (set back to pending)
  4. Progress metrics are updated

Idempotent:
Safe to call on already-pending milestones - returns success without changes.

Example Response:

{
  "id": "milestone-uuid",
  "name": "Inspection Completed",
  "completed": false,
  "completedAt": null,
  "completedByUserId": null,
  "tasksProgressPercentage": 75
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Contract ID

uuid
required

Milestone ID

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json