Skip to main content
PATCH
Update group labels
Update labels for a group. Labels are key-value pairs that can be used for organization and filtering. The request body replaces the entire labels map stored for the group, so sending an empty object clears all labels.
Use Get Group or List Groups to retrieve the current labels for a group before updating.

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

id
string<uuid>
required

The group ID

Body

application/json
labels
object
required

Key-value pairs of labels. Replaces the entire labels map for the group. An empty object clears all labels.

Example:

Response

Group labels updated successfully

Last modified on July 30, 2026