Upload raw bytes to a file
Files
Upload raw bytes to a file
Streams the request body directly into the destination path.
PUT
Upload raw bytes to a file
Authorizations
API key passed as Bearer token
Path Parameters
Sandbox ID (e.g. sb_a1b2c3d4)
Query Parameters
File path inside the sandbox. Absolute paths may target valid sandbox locations such as /workspace, /data, /tmp, or /context where present. Relative paths resolve from the sandbox cwd when set, otherwise from the selected user's home when user is provided, otherwise from /workspace.
Optional sandbox user for relative-path resolution and ownership.
Body
application/octet-stream
The body is of type file.
Response
204
File uploaded