Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
PLANNING
ACTIVE
COMPLETED
CANCELLED
GET /milestone Authorization: Bearer <token>
GET /milestone/:id Authorization: Bearer <token>
POST /milestone Authorization: Bearer <token> Content-Type: application/json
{ "name": "v1.0 Launch", "projectId": "project_01jq...", "dueDate": "2026-06-30", "status": "PLANNING" }
name
PATCH /milestone/:id Authorization: Bearer <token> Content-Type: application/json
{ "status": "ACTIVE", "dueDate": "2026-07-15" }
DELETE /milestone/:id Authorization: Bearer <token>