CreateWorkspaceRequest
Properties
Name | Type | Required | Description |
---|---|---|---|
workspace | CreateWorkspaceWorkspace1 | ❌ | Information about the workspace. |
CreateWorkspaceWorkspace1
Information about the workspace.
Properties
Name | Type | Required | Description |
---|---|---|---|
name | string | ✅ | The workspace's name. |
type | WorkspaceType1 | ✅ | The type of workspace: - personal - private — Private workspaces are available on Postman Professional and Enterprise plans. - public - team - partner — Partner Workspaces are available on Postman Professional and Enterprise plans). |
description | string | ❌ | The workspace's description. |
WorkspaceType1
The type of workspace: - personal
- private
— Private workspaces are available on Postman Professional and Enterprise plans. - public
- team
- partner
— Partner Workspaces are available on Postman Professional and Enterprise plans).
Properties
Name | Type | Required | Description |
---|---|---|---|
PERSONAL | string | ✅ | "personal" |
PRIVATE_ | string | ✅ | "private" |
PUBLIC_ | string | ✅ | "public" |
TEAM | string | ✅ | "team" |
PARTNER | string | ✅ | "partner" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs