Create a new directory

put/fs/create_directory

Request body

pathstring required

Absolute directory path to create.

modestring

Optional directory mode (octal string, e.g. 755). Defaults to 755.

Response

Directory created successfully

Changes