Box

Write a file in a Box

put/boxes/{boxId}/files

Path parameters

boxIdstring required

Public Box id returned by create/list/get box calls.

Request body

pathstring required

Relative path inside the Box work directory.

contentstring required
encoding'utf8' | 'base64'

Response

File written.

okboolean required
type'file.written' required

Stable success envelope discriminator added by v1.

successboolean required
pathstring required
encoding'utf8' | 'base64' required
sizeinteger required

Example response

{
  "ok": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.