UpdateMilestoneByPo
milestones object[]nullable
Milestones information
Array [
namestringrequired
Name of the milestone
Possible values: non-empty
Example:
CuttingactualStartDatestring<date>nullable
The actual start date of a milestone
Example:
2022-12-12actualEndDatestring<date>nullable
The actual end date of a milestone
Example:
2022-12-12]
UpdateMilestoneByPo
{
"milestones": [
{
"name": "Cutting",
"actualStartDate": "2022-12-12",
"actualEndDate": "2022-12-12"
}
]
}