跳到主要内容

WorkflowFile

pathstringrequired
contentstringrequired
sizeintegerrequired
encodingstring

存在时表示 content 是原始文件字节的 base64 编码,而不是可编辑文本。

Possible values: [base64]

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