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