PATCH
/
api
/
v1
/
unit_roles
/
{id}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "role": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "name": "<string>",
    "namePlural": "<string>",
    "position": 123,
    "options": [
      "<string>"
    ],
    "chartName": "<string>"
  }
}

Path Parameters

id
string
required

UnitRole identifier

Body

application/merge-patch+json · object

The updated UnitRole resource

Response

200
application/ld+json

UnitRole resource updated