diff --git a/templates/da_cache_to_shub.json.j2 b/templates/da_cache_to_shub.json.j2 index aea95f8..d229924 100644 --- a/templates/da_cache_to_shub.json.j2 +++ b/templates/da_cache_to_shub.json.j2 @@ -15,8 +15,20 @@ "endpoint1" :{ "url" : "https://ent3szkgiak1.x.pipedream.net" }, + "datamap" : { + "place" : "params", + "name" : "file" + }, "endpoint2" :{ - "url" : "https://ent3szkgiak1.x.pipedream.net" + "url" : "https://ent3szkgiak1.x.pipedream.net", + "headers" : { + "Content-Type" : "multipart/form-data; boundary=------------------------ce5addc376b27099", + "Authorization" : "Bearer ${workflow.input.token}" + }, + "params" : { + "name" : "f1.json", + "description" : "Example file" + } } } }