Skip to main content
PATCH
Update an embed group
πŸ”’ Admin only. Requires administrator privileges β€” the authenticated principal (API key, embed JWT, or any bearer token) must belong to a user with the admin role. Updates a group’s description. The name is deliberately immutable: it is part of the security context an embed session carries (system:tenant:{embedTenantName}:{name}), so renaming would silently detach the data-model access policies written against it β€” create a new group instead. Pass an empty description to clear it.

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

embedTenantName
string
required

Name of the embed tenant (the embedTenantName used to generate embed sessions).

id
integer
required

Numeric id of the group, as returned by the groups endpoints.

Body

application/json

UpdateEmbedGroupInput

description
string | null

New description. Pass an empty string to clear it. Omit to leave it unchanged.

Maximum string length: 500

Response

200 - application/json
id
integer
required
name
string
required
description
string | null
userCount
integer | null