debugging authorization

master
dcore94 3 years ago
parent 52bba5c3dd
commit 5f1894e12f

@ -177,10 +177,10 @@
},
{
"name" : "pyrest",
"taskReferenceName" : "bc_data_api_authorize",
"taskReferenceName" : "test",
"type" : "SIMPLE",
"inputParameters" : {
"url" : "${workflow.input.callback.authorize_url}",
"url" : "https://postb.in/1632380107095-8280576961115",
"method" : "POST",
"headers" : {
"Content-type": "application/json",
@ -194,10 +194,10 @@
},
{
"name" : "pyrest",
"taskReferenceName" : "test",
"taskReferenceName" : "bc_data_api_authorize",
"type" : "SIMPLE",
"inputParameters" : {
"url" : "https://postb.in/1632380107095-8280576961115",
"url" : "${workflow.input.callback.authorize_url}",
"method" : "POST",
"headers" : {
"Content-type": "application/json",

Loading…
Cancel
Save