From dff52741a17b3c71108bcd7e2dddd08116774999 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Thu, 15 Jul 2021 16:48:29 +0200 Subject: [PATCH] added files instead of params for mutlipart/form --- templates/da_cache_to_shub.json.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/da_cache_to_shub.json.j2 b/templates/da_cache_to_shub.json.j2 index d229924..a438dba 100644 --- a/templates/da_cache_to_shub.json.j2 +++ b/templates/da_cache_to_shub.json.j2 @@ -16,7 +16,7 @@ "url" : "https://ent3szkgiak1.x.pipedream.net" }, "datamap" : { - "place" : "params", + "place" : "files", "name" : "file" }, "endpoint2" :{ @@ -25,7 +25,7 @@ "Content-Type" : "multipart/form-data; boundary=------------------------ce5addc376b27099", "Authorization" : "Bearer ${workflow.input.token}" }, - "params" : { + "files" : { "name" : "f1.json", "description" : "Example file" }