Create a new milestone for a project
POST/project-management/api/v1/projects/:projectId/milestones
Creates a new milestone for the specified project. If phaseId is provided, the milestone is owned by that phase (which must belong to the project). Otherwise, the milestone is owned directly by the project.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 409
Created
Bad Request
Unauthorized
Forbidden
Not Found
Conflict