Update
Update a group.
Authorizations
The API key to use for authentication.
Headers
The API version the client was built against.
"2026-08-17.everglades"
Path Parameters
The unique identifier of the group.
"grp_123"
Query Parameters
Fields to expand on the group resource.
parent Body
The updated name of the group.
"Robots"
Response
Successfully updated the group.
The object type, which is always group.
group "group"
ID of the group.
"grp_123"
Name of the group.
"production"
ID of the parent group. Null for top-level groups.
"grp_456"
Timestamp of when the group was created.
"2026-01-01T00:00:00Z"
Timestamp of when the group was last updated.
"2026-01-01T00:00:00Z"
The parent group. Null for top-level groups. Expand using expand=parent in the query string.

