fixed Content-Type header typo

master
dcore94 3 years ago
parent d8ef59eb2f
commit 3aad7213b3

@ -202,7 +202,7 @@
"method" : "POST",
"headers" : {
"Authorization" : "Bearer ${bc_data_api_authorize.output.body.token}",
"Content-type": "application/json"
"Content-Type": "application/json"
},
"body" : "${build_json_report.output.result.report}"
}

Loading…
Cancel
Save