TimeAndActionUpdateMilestone
milestones object[]nullable
Milestones information
Array [
actualEndDate datenullable
The actual end date of a milestone
Example:
2022-12-12
actualStartDate datenullable
The actual start date of a milestone
Example:
2022-12-12
id stringrequired
ID of a milestone
Possible values: non-empty
Example:
1234f24e-54f6-4326-b4d3-402d52af291a
]
TimeAndActionUpdateMilestone
{
"milestones": [
{
"actualEndDate": "2022-12-12",
"actualStartDate": "2022-12-12",
"id": "1234f24e-54f6-4326-b4d3-402d52af291a"
}
]
}