Skip to main content

UpdateMilestoneByPo

milestones object[]nullable

Milestones information

  • Array [
  • namestringrequired

    Name of the milestone

    Possible values: non-empty

    Example: Cutting
    actualStartDatedatenullable

    The actual start date of a milestone

    Example: 2022-12-12
    actualEndDatedatenullable

    The actual end date of a milestone

    Example: 2022-12-12
  • ]
  • UpdateMilestoneByPo
    {
    "milestones": [
    {
    "name": "Cutting",
    "actualStartDate": "2022-12-12",
    "actualEndDate": "2022-12-12"
    }
    ]
    }