PATCH
/
api
/
v1
/
groups
/
{id}

Path Parameters

id
string
required

The ID of the group to update.

Body

application/json
name
string

The new name of the group to update to.

Minimum length: 1
slug
string

The new slug of the group to update to.

Required string length: 5 - 36
role
string

The new role of the group to update to.

Minimum length: 1

Response

200 - application/json
id
string
required
orgId
string
required
name
string
required
slug
string
required
role
string
required
createdAt
string
required
updatedAt
string
required
roleId
string | null

Was this page helpful?