v97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-31135175384.2 KB
Browser Filesystem

Create a new directory

put/browsers/{id}/fs/create_directory

Path parameters

idstring required

Browser session ID

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