Workspace groups
Set or update workspaces
Sets or replaces all Workspaces in the specified workspace group with the provided list. This is a replacement operation, not incremental update: all existing Workspaces are replaced. Returns a summary with the total Workspaces in the group after the update.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the organization
Maximum string length:
24Pattern:
^[0-9a-f]{24}$The unique identifier of the workspace group
Maximum string length:
24Pattern:
^[0-9a-f]{24}$Body
application/json
Array of Workspace IDs
Maximum string length:
24Pattern:
^[0-9a-f]{24}$