Create a folder
post/project/{projectName}/folders
Creates a subfolder within a specified folder that is in a project package.
1{2 "id": "UHJvamVjdDEvMC4xL2hvbWUvYW5hbHl0aWNzL2E=",3 "name": "/home/analytics/astore",4 "type": "file",5 "version": 26}
| Name | Type | Required | Description |
|---|---|---|---|
path | string | true | The path to the folder. Example: |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 201 | Created | The request succeeded. | Headers | Schema |
| 400 | Bad Request | The request was invalid. Additional information is available in the application logs if the environment variable | Schema | |
| 403 | Forbidden | The user did not have the necessary permissions. | Schema | |
| 404 | Not Found | No resource exists at the requested path. | Schema | |
| 409 | Conflict | The request could not be completed due to a conflict with the current state of the resource. | Schema |