PATCH
/
api
/
v1
/
role_groups
/
{id}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "gender": "<string>",
  "minAge": 123,
  "maxAge": 123,
  "onlyFullMember": true,
  "region": "https://example.com/",
  "id": 123,
  "name": "<string>",
  "logo": "<string>",
  "unitType": "https://example.com/",
  "status": "<string>",
  "isRoleGroup": true
}

Path Parameters

id
string
required

RoleGroup identifier

Body

application/merge-patch+json

The updated RoleGroup resource

Response

200
application/ld+json

RoleGroup resource updated