---
title: "Update a Specific Issue Type"
slug: "update-a-specific-issue-type"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/update-a-specific-issue-type"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update a Specific Issue Type

Patch/prm-rest-api/rest/1/issuetype/F3A44BEF96AD16FAE05316821FACB7F1

SecurityHTTPType basic

Basic authentication

Header parametersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json

Body parameters<select class='api-response-data' aria-label='Media type'><option value='2547ebc7-61a3-4501-bd22-e9bcb53f156f'>application/json</option>
</select>object  Example{
  "DmitDesc": "Test entry"
}

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='371f4798-76c8-406e-b68b-ee4849f7e139'>application/json</option>
</select><select class='select-example' aria-label='Media type'><option value='a835bafa-616d-4c71-be02-c80f0ffb6da0'>example-0</option>
<option value='6087bb5a-7b64-445f-a880-ed47ce5d60ae'>example-1</option>
</select>example-0

Successful Response

```json
{
  "DmitTypeCode": "TE",
  "DmitDesc": "Test entry",
  "DmitCloseAllowedFlag": null,
  "DmitIuCreateDate": "2023-02-01T15:34:13Z",
  "DmitIuCreateUser": "CMICUSER",
  "DmitIuUpdateDate": null,
  "DmitIuUpdateUser": null,
  "DmitVUuid": "F3A44BEF96AD16FAE05316821FACB7F1",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/prm-rest-api/rest/1/issuetype/F3A44BEF96AD16FAE05316821FACB7F1",
      "name": "issuetype",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/prm-rest-api/rest/1/issuetype/F3A44BEF96AD16FAE05316821FACB7F1",
      "name": "issuetype",
      "kind": "item"
    }
  ]
}
```

example-1

Successful Response

```json
{
  "DmitTypeCode": "TE",
  "DmitDesc": "Test entry",
  "DmitCloseAllowedFlag": null,
  "DmitIuCreateDate": "2023-02-01T15:34:13Z",
  "DmitIuCreateUser": "CMICUSER",
  "DmitIuUpdateDate": null,
  "DmitIuUpdateUser": null,
  "DmitVUuid": "F3A44BEF96AD16FAE05316821FACB7F1",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/prm-rest-api/rest/1/issuetype/F3A44BEF96AD16FAE05316821FACB7F1",
      "name": "issuetype",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/prm-rest-api/rest/1/issuetype/F3A44BEF96AD16FAE05316821FACB7F1",
      "name": "issuetype",
      "kind": "item"
    }
  ]
}
```

object
