Set group tags
State
Set group tags
Replaces all tags on a group.
PUT
Set group tags
Replaces all tags on a group with the provided list. Any existing tags not in the new list are removed. To add or remove individual tags without replacing the full set, use the add or remove tag endpoints instead.Documentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
For usage patterns and examples, see the State Management guide.
Authorizations
API key passed in the X-API-Key header.
Path Parameters
Group ID
Body
application/json
Tags to set
Tags to set. Replaces all existing tags
Example:
["vip"]Response
Tags replaced
Participant's tags
Example:
["vip"]