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

Query Parameters

path
string
required

Destination absolute file path.

Pattern: ^/.*
mode
string

Optional file mode (octal string, e.g. 644). Defaults to 644.

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

Body

application/octet-stream

The body is of type file.

Response

File written successfully