Skip to main content
PUT
Set group tags
Replaces all tags on a group with the provided list. This is a full replacement, not a merge: any existing tags not in the new list are removed. Tags are lowercased on write. If you need to add or remove a single tag without affecting the others, use the individual add or remove tag endpoints instead. This endpoint is best suited for bulk tag synchronization from an external system.
For usage patterns and examples, see the State Management guide.

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header.

Path Parameters

id
string<uuid>
required

Group ID

Body

application/json

Tags to set

tags
string[]
required

Tags to set. Replaces all existing tags

Example:

Response

Tags replaced

tags
string[]

Participant's tags

Example: