Skip to main content
POST
Write a file into the sandbox

Authorizations

Authorization
string
header
required

Use JWT token for authentication

Path Parameters

environmentId
string
required

Environment id

Body

application/json
sandboxId
string
required

Sandbox to write to

destinationPath
string
required

Path to write

Example:

"/workspace/report.sql"

content
string

Inline UTF-8 text. Mutually exclusive with sourceUrl.

sourceUrl
string

URL to fetch the bytes from. Mutually exclusive with content.

Response

Success