Skip to main content

UpdateMilestoneByPoResponse

updatedstring[]nullable

List of successfully updated milestone names

skipped object[]nullable

List of skipped milestones with error reasons

  • Array [
  • namestring

    Name of the skipped milestone

    Possible values: non-empty

    errorstring

    Reason why the milestone was skipped

    Possible values: non-empty

  • ]
  • UpdateMilestoneByPoResponse
    {
    "updated": [
    "string"
    ],
    "skipped": [
    {
    "name": "string",
    "error": "string"
    }
    ]
    }