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

gender
string | null
minAge
integer | null
maxAge
integer | null
onlyFullMember
boolean | null
region
string<iri-reference> | null
Example:

"https://example.com/"

name
string
localCenter
object | null

Response

RoleGroup resource updated

@context
@id
string
@type
string
gender
string | null
minAge
integer | null
maxAge
integer | null
onlyFullMember
boolean | null
region
string<iri-reference> | null
Example:

"https://example.com/"

id
integer
name
string
unitType
string<iri-reference> | null
Example:

"https://example.com/"

status
string | null
isRoleGroup
boolean | null