Files

Create a directory

Create a directory and any necessary parent directories

post/directories

Request body

pathstring required

The directory path to create

Response

Directory created successfully

pathstring

The created directory path

createdboolean

Whether the directory was created

Changes