accounting-lib/src/test/resources/rules/Catalogue-WS/Catalogue-WS-organizations....

13 lines
304 B
JSON
Raw Normal View History

{
"match": {
"serviceClassRegex": "Data-Catalogue",
"serviceNameRegex": "Catalogue-WS",
"calledMethodRegex": "^\/rest\/api\/organi(s|z)ation(s){0,1}\/list"
},
"replace": {
"serviceClass": "Data-Catalogue",
"serviceName": "Catalogue-WS",
"calledMethod": "/rest/api/organizations/list"
}
}