Path Parameters
IssueStatus identifier
Body
application/merge-patch+json
The updated 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>"
}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>"
}IssueStatus identifier
The updated IssueStatus resource