Skip to main content
PUT
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Browser session ID

Body

application/json
path
string
required

Absolute directory path to create.

Pattern: ^/.*
mode
string

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

Pattern: ^[0-7]{3,4}$

Response

Directory created successfully