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

12 lines
276 B
JSON
Raw Normal View History

{
"match": {
2020-03-20 16:55:13 +01:00
"serviceClassRegex": "(Data-Catalogue)|(DataPublishing)",
"serviceNameRegex": "GRSFPublisher",
"calledMethodRegex": ".*update-product.*"
},
"replace": {
2020-03-20 16:55:13 +01:00
"serviceClass": "DataPublishing",
"serviceName": "GRSFPublisher",
"calledMethod": "update"
}
}