Update a column group
Rename a group, fold or expand it, or replace its membership wholesale. members is FULL-state: the entry order becomes the members’ physical order, newly listed columns join the group, and current members left out are removed — landing immediately after the block. A membership with no output flagged keeps the last member visible: a group always has at least one output, and removing the last one is a silent no-op. Collapse is purely presentational — folded members’ cells stay fetched.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Request body for updating a group (tri-state PATCH; members are full-state).
Whether the grid folds the group down to its output members.
The FULL member list in its new order. Columns newly listed join the group and move into its block; current members left out are removed and land immediately after it. A list with no output flagged keeps the last member visible — a group always has at least one output.
New name. Set to null to restore the default label.
1 - 255Response
Successful Response
A user-managed column group, membership resolved in position order.
Whether the grid folds the group down to its output members. Purely presentational: folded members' cells are still fetched, so expanding costs nothing.
The member columns in position order, with their output flags.
The group's name; null renders the client default label.