blob: 86f33fbd4c73861b12373073991db15200cb1fbb [file] [log] [blame]
{
"name": "restConfig",
"connector": "rest",
"options": {
"headers": {
"accept": "application/json",
"content-type": "application/json"
}
},
"operations": [
{
"template": {
"method": "GET",
"url": ""
},
"functions": {
"getEnricheddata": [""]
}
},
{
"template": {
"method": "POST",
"url": ""
},
"functions": {
"saveBlueprint": [""]
}
},
{
"template": {
"method": "POST",
"url": ""
},
"functions": {
"test": [""]
}
}
]
}