PATCH
/
api
/
v1
/
issue_types
/
{id}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "name": "<string>",
  "position": 123,
  "defaultAssignee": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "fullName": "<string>"
  },
  "color": "<string>"
}

Path Parameters

id
string
required

IssueType identifier

Body

application/merge-patch+json

The updated IssueType resource

Response

200
application/ld+json

IssueType resource updated