From 4273c6de35630dada47b05f8e7e6882a20f94d96 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Thu, 23 Sep 2021 09:25:50 +0200 Subject: [PATCH] added Accept header --- templates/da_cache_to_shub.json.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/da_cache_to_shub.json.j2 b/templates/da_cache_to_shub.json.j2 index d64085e..68273be 100644 --- a/templates/da_cache_to_shub.json.j2 +++ b/templates/da_cache_to_shub.json.j2 @@ -202,6 +202,7 @@ "method" : "POST", "headers" : { "Authorization" : "Bearer ${bc_data_api_authorize.output.body.token}", + "Accept" : "application/json", "Content-Type": "application/json" }, "body" : "${build_json_report.output.result.report}"