Create Folder
POST/createfolder
The Create Folder API allows you to create folder.
Request
- application/json
Body
required
Provide below parameter to create folder
folderName string
parentFolderId string
Responses
- 200
- 400
- 405
folder created successfully!
- application/json
- Schema
- Example (from schema)
Schema
objectId string
folderName string
parentFolderId string
createdAt date
updatedAt date
{
"objectId": "ph1bhx2jp",
"folderName": "new folder",
"parentFolderId": "J2nas5kiPe",
"createdAt": "2023-10-07T16:49:56.000Z",
"updatedAt": "2023-10-07T16:49:56.000Z"
}
Something went wrong, please try again later!
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Something went wrong, please try again later!"
}
Invalid API Token!
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Invalid API token!"
}
Loading...