Skip to main content

Update Time and Actions Milestones

PUT 

/api/v1/time-and-actions/:ta_id/milestones

Update Time and Actions Milestones

Request​

Path Parameters

    ta_id stringrequired

    Id of a Time and Action

Body

    milestones

    object[]

    nullable

    Milestones information

  • Array [

  • actualEndDate datenullable

    The actual end date of a milestone

    actualStartDate datenullable

    The actual start date of a milestone

    id stringrequired

    Possible values: non-empty

    ID of a milestone

  • ]

Responses​

OK

Schema

    data

    object

    milestones

    object[]

    nullable

    Milestones information

  • Array [

  • actualEndDate datenullable

    The actual end date of a milestone

    actualStartDate datenullable

    The actual start date of a milestone

    id stringrequired

    Possible values: non-empty

    ID of a milestone

  • ]

Loading...