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.
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}| Status | Meaning | Description | ||
|---|---|---|---|---|
| 201 | Created | Created - the folder was created. | Schema | |
| 400 | Bad Request | Bad Request | ||
| 404 | Not Found | Not found - the parent folder could not be found. | ||
| 409 | Conflict | The workspace folder already exists. |