Skip to main content

WorkflowFile

pathstringrequired
contentstringrequired
sizeintegerrequired
encodingstring

When present, it means that content is a base64 encoding of the original file bytes, not editable text.

Possible values: [base64]

WorkflowFile
{
"path": "string",
"content": "string",
"size": 0,
"encoding": "base64"
}