Add document folder
POST/folders
Creates a new folder
Request
Query Parameters
siteId string
Site Identifier
shareKey string
Share Identifier
- application/json
Body
required
path string
Path of Folder to create
Responses
- 201
201 CREATED
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
message string
Response Message
indexKey string
Folder Index Key
{
"message": "string",
"indexKey": "string"
}
Loading...