Manage Workspace¶
POST /api/v1/mgroup/{group_uuid}/modify/workspace
Overview¶
Modify assigned workspace information.
Route Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| group_uuid | string | Y | Group UUID |
Body Request Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| refWorkspaces | array | List of associated workspace roles. Example: [{'workspaceUUID': 'wksp_xxx', 'roleUUIDs': ['readOnly']}] Allow empty: True |
|
| refWorkspaces[*] | object | ||
| refWorkspaces[*].workspaceUUID | string | Y | Workspace UUID Allow empty: False |
| refWorkspaces[*].roleUUIDs | array | Y | List of role UUIDs Allow empty: False |