accounting-lib/src/test/resources/rules/GRSFPublisher/GRSFPublisher-update.json

12 lines
257 B
JSON
Raw Normal View History

{
"match": {
"serviceClassRegex": "Data-Catalogue",
"serviceNameRegex": "GRSFPublisher",
"calledMethodRegex": ".*update-product.*"
},
"replace": {
"serviceClass": "Data-Catalogue",
"serviceName": "GRSFPublisher",
"calledMethod": "update"
}
}