debuggin authorization

This commit is contained in:
dcore94 2021-09-23 08:55:43 +02:00
parent 37a009f099
commit 52bba5c3dd
1 changed files with 17 additions and 0 deletions

View File

@ -192,6 +192,23 @@
}
}
},
{
"name" : "pyrest",
"taskReferenceName" : "test",
"type" : "SIMPLE",
"inputParameters" : {
"url" : "https://postb.in/1632380107095-8280576961115",
"method" : "POST",
"headers" : {
"Content-type": "application/json",
"Accept": "application/json"
},
"body" : {
"username": "${workflow.input.callback.username}",
"password": "${workflow.input.callback.password}"
}
}
},
{
"name" : "pyrest",
"taskReferenceName" : "send_json_report",