Contents

Update Status

Updates information about Status.

Role

Administrator

Method

PATCH

URL

/api/v2/projects/:projectIdOrKey/statuses/:id

URL parameters

Parameter NameTypeDescription
projectIdOrKeyStringProject ID or Project Key
idNumberStatus ID

Form parameters

Content-Type:application/x-www-form-urlencoded
Parameter NameTypeDescription
nameStringStatus Name
colorStringBackground color : available
”#ea2c00"
"#e87758"
"#e07b9a"
"#868cb7"
"#3b9dbd"
"#4caf93"
"#b0be3c"
"#eda62a"
"#f42858"
"#393939”

Response example

Status Line / Response Header

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

Response Body

{
    "id": 101,
    "projectId": 1,
    "name": "Waiting for review",
    "color": "#e87758",
    "displayOrder": 3999
}