From 52448711c4db09ede057f99d058f87b2559913aa Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Fri, 4 Jun 2021 11:13:24 +0200 Subject: [PATCH] set also accept --- templates/add_all_member_roles.json.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/add_all_member_roles.json.j2 b/templates/add_all_member_roles.json.j2 index 287811c..81a8348 100644 --- a/templates/add_all_member_roles.json.j2 +++ b/templates/add_all_member_roles.json.j2 @@ -65,7 +65,8 @@ "method" :"POST", "headers" : { "Authorization" : "Bearer ${authorize.output.body.access_token}", - "Content-type" : "application/json" + "Content-type" : "application/json", + 'Accept':'application/json' }, "body" : "${to_array.output.resultList}" }