PATCH
/
api
/
v1
/
group_categories
/
{id}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "name": "<string>",
  "color": "<string>",
  "icon": "<string>",
  "createIsGrantedRole": "USER"
}

Path Parameters

id
string
required

GroupCategory identifier

Body

application/merge-patch+json

The updated GroupCategory resource

name
string
color
string | null
icon
string | null
createIsGrantedRole
string | null
default:USER
Example:

"USER"

Response

GroupCategory resource updated

@context
@id
string
@type
string
id
integer
name
string
color
string | null
icon
string | null
createIsGrantedRole
string | null
default:USER
Example:

"USER"