Browse Documentation

Reference / model / object

WriteFileInput.

Path, content, and encoding for writing one bounded sandbox file.

Schema kindobject

Fields

pathrequired
string

Absolute or sandbox-relative destination path whose parent already exists.

contentrequired
string

File content encoded according to the encoding field.

encodingoptional
FileEncoding

Encoding of the supplied content; defaults to UTF-8.

Additional properties are rejected.

Operation relationships