For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update a group

Renames the group and replaces its members. Set is_admin to grant admin privileges to the group's members.

put
Authorizations
defguard_sessionstringRequired
Path parameters
idinteger · int64Required

ID of the group.

Body

Dedicated GroupInfo variant for group modification operations.

is_adminbooleanRequired
membersstring[]Required
namestringRequired
Responses
200

Group updated.

No content

put/api/v1/group/{id}

No content

Last updated

Was this helpful?