Create a folder at the specified path with the specified name

post/workspaces/@currentUser/folders

Creates a folder at the specified path with the specified name.

Request Samples

Response Samples

1{
2 "version": 1,
3 "workspaceId": "ce211872-f840-4d41-bcb4-4974cb35840e",
4 "name": "programs",
5 "location": "/Org/project",
6 "path": "/Org/project/programs",
7 "type": "FOLDER",
8 "modifiedTimeStamp": "2023-12-13T16:04:52.385000Z"
9}

Query Parameters

NameTypeRequiredDescription
name
string
true

The name of the folder to be created.

path
string
true

The full path of the workspace folder.

Responses

StatusMeaningDescription
201Created

Created - the folder was created.

Schema
400Bad Request

Bad Request

404Not Found

Not found - the parent folder could not be found.

409Conflict

The workspace folder already exists.