UpdateWorkspaceRolesRequest
Properties
Name | Type | Required | Description |
---|---|---|---|
roles | UpdateWorkspaceRolesRoles1[] | ❌ |
UpdateWorkspaceRolesRoles1
Properties
Name | Type | Required | Description |
---|---|---|---|
op | string | ✅ | The operation to perform on the path. |
path | RolesPath2 | ✅ | The resource to perform the action on. |
value | RolesValue2[] | ✅ |
RolesPath2
The resource to perform the action on.
Properties
Name | Type | Required | Description |
---|---|---|---|
_USER | string | ✅ | "/user" |
_USERGROUP | string | ✅ | "/usergroup" |
RolesValue2
Information about the updated user or user group role.
Properties
Name | Type | Required | Description |
---|---|---|---|
id | string | ✅ | The user or user group ID. |
role | ValueRole2 | ✅ | The workspace role's ID: - 1 — Viewer. Can view, fork, and export workspace resources. - 2 — Editor. Can create and edit workspace resources. - 3 — Admin. Can manage workspace details and members. |
ValueRole2
The workspace role's ID: - 1
— Viewer. Can view, fork, and export workspace resources. - 2
— Editor. Can create and edit workspace resources. - 3
— Admin. Can manage workspace details and members.
Properties
Name | Type | Required | Description |
---|---|---|---|
_1 | number | ✅ | 1 |
_2 | number | ✅ | 2 |
_3 | number | ✅ | 3 |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs