---
title: "Update a Specific HR Relation"
slug: "update-a-specific-hr-relation"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/update-a-specific-hr-relation"
---

> ## 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 HR Relation

Patch/hcm-rest-api/rest/1/hrrelations/F31A71AB5163409BE05316821FAC5E4B

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='2bab8ea5-3b87-4453-a1b7-093054079066'>application/json</option>
</select>object  Example{
  "RelaDescription": "Test"
}

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='67a63bbc-64d9-44ff-a929-1ec44c64793b'>application/json</option>
</select>

```json
{
  "RelaCode": "S",
  "RelaDescription": "Test",
  "RelaVUuid": "F31A71AB5163409BE05316821FAC5E4B",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrrelations/F31A71AB5163409BE05316821FAC5E4B",
      "name": "hrrelations",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrrelations/F31A71AB5163409BE05316821FAC5E4B",
      "name": "hrrelations",
      "kind": "item"
    }
  ]
}
```

object
