Contents

Update Version/Milestone

Updates information about Version/Milestone.

Role

Administrator
Normal User

Method

PATCH

URL

/api/v2/projects/:projectIdOrKey/versions/:id

URL parameters

Parameter NameTypeDescription
projectIdOrKeyStringProject ID or Project Key
idNumberVersion ID

Form parameters

Content-Type:application/x-www-form-urlencoded
Parameter NameTypeDescription
name (Required)StringVersion Name
descriptionStringVersion Description
startDateStringStart Date (yyyy-MM-dd)
releaseDueDateStringEnd Date (yyyy-MM-dd)
archivedBooleanarchived

Response example

Status Line / Response Header

HTTP/1.1 200 OK
Content-Type:application/json;charset=utf-8

Response Body

{
    "id": 3,
    "projectId": 1,
    "name": "wait for release",
    "description": "",
    "startDate": null,
    "releaseDueDate": null,
    "archived": false,
    "displayOrder": 0
}