diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2023-05-29 08:52:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-05-29 08:52:22 +0000 |
commit | 325ac091ddea291c5659fa6e803f132a578deb14 (patch) | |
tree | 3b06c9f393e97e54ae26ef7038123cc750df937c /dmi-plugin-stub/mappings/batchCmHandles.json | |
parent | acae85ffc8eac8dd919b59b1fc804a1d3743eb0f (diff) | |
parent | f232f30bede7d35c71db2d0201695a1416e37323 (diff) |
Merge "NCMP: Update existing Batch endpoint (Moving url param into rest body)"
Diffstat (limited to 'dmi-plugin-stub/mappings/batchCmHandles.json')
-rw-r--r-- | dmi-plugin-stub/mappings/batchCmHandles.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmi-plugin-stub/mappings/batchCmHandles.json b/dmi-plugin-stub/mappings/batchCmHandles.json index 5f290cd47d..851959bf92 100644 --- a/dmi-plugin-stub/mappings/batchCmHandles.json +++ b/dmi-plugin-stub/mappings/batchCmHandles.json @@ -1,7 +1,7 @@ { "request": { "method": "POST", - "urlPattern": "/dmi/v1/batch/data/ds/.*" + "urlPattern": "/dmi/v1/data?.*" }, "response": { "status": 200, |