UpdateWorkspaceRequest
Properties
Name | Type | Required | Description |
---|---|---|---|
workspace | UpdateWorkspaceWorkspace1 | ❌ |
UpdateWorkspaceWorkspace1
Properties
Name | Type | Required | Description |
---|---|---|---|
name | string | ❌ | The workspace's new name. |
type | WorkspaceType3 | ❌ | The new workspace visibility type. This property does not support the following workspace visibility changes: - private to public , public to private , and private to personal for Free and Basic plans. - public to personal for team users. |
description | string | ❌ | The new workspace description. |
WorkspaceType3
The new workspace visibility type. This property does not support the following workspace visibility changes: - private
to public
, public
to private
, and private
to personal
for Free and Basic plans. - public
to personal
for team users.
Properties
Name | Type | Required | Description |
---|---|---|---|
PRIVATE_ | string | ✅ | "private" |
PERSONAL | string | ✅ | "personal" |
TEAM | string | ✅ | "team" |
PUBLIC_ | string | ✅ | "public" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs