added accept header to authorization for better output

This commit is contained in:
dcore94 2021-09-22 16:09:37 +02:00
parent 94d6d14fa4
commit 6e427c7773
1 changed files with 2 additions and 1 deletions

View File

@ -183,7 +183,8 @@
"url" : "https://data.blue-cloud.org/api/login",
"method" : "POST",
"headers" : {
"Content-type": "application/json"
"Content-type": "application/json",
"Accept": "application/json"
},
"body" : {
"username": "${workflow.input.callback.username}",