Contents

Update Category

Updates information about Category.

Role

Administrator
Normal User

Method

PATCH

URL

/api/v2/projects/:projectIdOrKey/categories/:id

URL parameters

Parameter NameTypeDescription
projectIdOrKeyStringProject ID or Project Key
idNumberCategory ID

Form parameters

Content-Type:application/x-www-form-urlencoded
Parameter NameTypeDescription
nameStringCategory name

Response example

Status Line / Response Header

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

Response Body

{
    "id": 1,
    "projectId": 5,
    "name": "Development",
    "displayOrder": 0
}