added Accept header

This commit is contained in:
dcore94 2021-09-23 09:25:50 +02:00
parent 3aad7213b3
commit 4273c6de35
1 changed files with 1 additions and 0 deletions

View File

@ -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}"