V1Projects
Create Milestone
POST
/project-mgt/createMileStone
Request Body
application/json
Requiredtitle
Requiredstring
The title of the milestone
description
Requiredstring
A brief description of the milestone
startTime
Requiredstring
The start time of the milestone
endTime
Requiredstring
The end time of the milestone
projectId
Requiredstring
The ID of the associated project
tasks
Requiredarray<string>
An array of task IDs associated with this milestone
status
Requiredstring
The status of the milestone
Milestone successfully created.