user APIs

Create a directory

Create a directory for the logged in user

post/user/dirs

Query parameters

pathstring required

Path to the folder to create. It must be URL encoded, for example the path "my dir/àdir" must be sent as "my%20dir%2F%C3%A0dir"

mkdir_parentsboolean

Create parent directories if they do not exist?

Response

successful operation

messagestring

message, can be empty

errorstring

error description if any

Changes

No recorded changes to this endpoint across all 1 revision of this API.