added files instead of params for mutlipart/form

This commit is contained in:
dcore94 2021-07-15 16:48:29 +02:00
parent e30eb66848
commit dff52741a1
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
"url" : "https://ent3szkgiak1.x.pipedream.net" "url" : "https://ent3szkgiak1.x.pipedream.net"
}, },
"datamap" : { "datamap" : {
"place" : "params", "place" : "files",
"name" : "file" "name" : "file"
}, },
"endpoint2" :{ "endpoint2" :{
@ -25,7 +25,7 @@
"Content-Type" : "multipart/form-data; boundary=------------------------ce5addc376b27099", "Content-Type" : "multipart/form-data; boundary=------------------------ce5addc376b27099",
"Authorization" : "Bearer ${workflow.input.token}" "Authorization" : "Bearer ${workflow.input.token}"
}, },
"params" : { "files" : {
"name" : "f1.json", "name" : "f1.json",
"description" : "Example file" "description" : "Example file"
} }