Create a folder

Creating/Deleting Folders

Create a folder

POST https://fileio.couchdrop.io/file/mkdir

Creates a new folder at the specified path

Headers

NameTypeDescription

token

string

API Access Token

Request Body

NameTypeDescription

path

string

Path to new directory

Last updated