When try to update endDate orcompletionDate of a milestone get validation error:
validation error: \"endDate\" references \"startDate\" which is not a date
For example, PATCH /v4/timelines/20/milestones/19 with the next body:
{
"param": {
"endDate": "2018-07-30T11:12:09.000Z"
}
}
Returns the error above. Same if try to update completionDate.