Properties
Name | Type | Required | Description |
---|---|---|---|
Workspace | CreateWorkspaceWorkspace1 | ❌ | Information about the workspace. |
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. |
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" |