summaryrefslogtreecommitdiffstats
path: root/src/test/resources/createDataWithNormalChar.json
AgeCommit message (Collapse)AuthorFilesLines
2024-06-24Create module structure in DMI Pluginegernug1-8/+0
To push the stub in to DMI Plugin the Plugin will need to be modulized akin to CPS/NCMP. This involves creating a new module in the repo and porting the packages in src into this module Issue-ID: CPS-2284 Change-Id: Iffa4eded4e49c220891fe73c30ea3b2f12a9e66d Signed-off-by: egernug <gerard.nugent@est.tech>
2021-11-12Support Update and Delete operations for DS Passtrough-Running in DMI PluginDylanB95EST1-0/+8
-Add Update operation for Passthrough Running -Use POST operatiosn for all methods as agrred -refactor to simplify and beter reuse of common methods -add delete operation for passthrough running Issue-ID: CPS-637 Issue-ID: CPS-638 Change-Id: I441181f977dee2bc0be944662465d868595ea452 Signed-off-by: DylanB95EST <dylan.byrne@est.tech>