groups

Update group

Update a group.

Update group name and/or description. Name must remain unique within client.

RLS: Filtered to current client (ClientRLSDB).

Raises: GroupNotFoundError: If group doesn't exist (404) GroupNameExistsError: If new name conflicts with existing group (409)

patch/api/v1/groups/{group_id}

Path parameters

group_idstring uuid required

Request body

descriptionstring nullable

New group description

namestring nullable

New group name

Response

Successful Response

created_atstring date-time required

Creation timestamp

descriptionstring nullable required

Group description

idstring uuid required

Group ID

namestring required

Group name

updated_atstring date-time required

Last update timestamp

Changes