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

12 lines
303 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"
}
2020-03-12 19:47:10 +01:00
}