通过配置单创建多文件任务,可支持formdata(Creates a new job from files and (optionally) a ticket, supplied as multipart/form-data.)
POST
/api/workflows/{workflowName}/input/multipart
A ticket can also be supplied as a file with the name "ticket.json".
This ticket must reference other files in the request by name.
请求参数
Path 参数
workflowName
string
必需
示例值:
Ut exercitation
Query 参数
serverLocation
string
必需
Header 参数
Content-Type
string
必需
示例值:
multipart/form-data
Accept
string
必需
示例值:
application/json
Body 参数multipart/form-data
file
file
必需
示例代码
返回响应
修改于 2024-04-24 10:32:59