Skip to main content
PATCH
/
api
/
v1
/
issue_statuses
/
{id}
Updates the IssueStatus resource.
curl --request PATCH \
  --url http://api/v1/issue_statuses/{id} \
  --header 'Content-Type: application/merge-patch+json' \
  --data '
{
  "name": "<string>",
  "unit": "https://example.com/",
  "position": 123,
  "tenantSupport": "https://example.com/",
  "color": "<string>"
}
'
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "name": "<string>",
  "position": 123,
  "color": "<string>"
}

Path Parameters

id
string
required

IssueStatus identifier

Body

application/merge-patch+json

The updated IssueStatus resource

name
string
unit
string<iri-reference> | null
Example:

"https://example.com/"

position
integer | null
tenantSupport
string<iri-reference> | null
Example:

"https://example.com/"

color
string | null

Response

IssueStatus resource updated

@context
@id
string
@type
string
id
integer
name
string
position
integer | null
color
string | null