Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 3.55 KB

CreateWorkspaceRequest.md

File metadata and controls

35 lines (24 loc) · 3.55 KB

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 - partnerPartner 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 - partnerPartner 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"