Milestones API
Manage project milestones and progress tracking.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /api/v1/milestones | List all milestones |
GET | /api/v1/milestones/{id} | Get milestone by ID |
POST | /api/v1/milestones | Create a new milestone |
PUT | /api/v1/milestones/{id} | Update a milestone |
DELETE | /api/v1/milestones/{id} | Delete a milestone |