v1

latestOpenAPI 3.0.32026-08-061874701.5 MB
workspaces

Create folder in workspace

Creates a new folder in the workspace.

post/workspaces/{workspaceId}/folders

Headers

Content-Type'application/json' required

Defines the structure for the request body.

Request body

namestring

Folder name.

Response

Basic information about the created Folder.

message'SUCCESS'

Message that indicates the request was successful.

resultCode0
  • '0' Success

Example response

{
  "message": "SUCCESS"
}