summaryrefslogtreecommitdiffstats
path: root/openapi
diff options
context:
space:
mode:
authorleventecsanyi <levente.csanyi@est.tech>2024-04-02 14:37:57 +0200
committerleventecsanyi <levente.csanyi@est.tech>2024-04-04 10:15:10 +0200
commit8db6a30aca17d849a5367f8aa7047af236f04e4e (patch)
tree3f892c19495e7e2c0befdcb7b424bf26a93f9aca /openapi
parent351f39126899711dd0ec4fcee35b1f5fbd295bbb (diff)
Add moduleSetTag to the request towards dmi plugin
- extended openapi definition with moduleSetTag - updated openapi.yaml and release-notes.rst Issue-ID: CPS-2030 Signed-off-by: leventecsanyi <levente.csanyi@est.tech> Change-Id: I080f4dad2be8bb48c55256ddadaa3e058b7ac3e9
Diffstat (limited to 'openapi')
-rw-r--r--openapi/components.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/openapi/components.yml b/openapi/components.yml
index 3104a6dc..00d71564 100644
--- a/openapi/components.yml
+++ b/openapi/components.yml
@@ -46,6 +46,8 @@ components:
ModuleReferencesRequest:
type: object
properties:
+ moduleSetTag:
+ type: string
cmHandleProperties:
$ref: '#/components/schemas/cmHandleProperties'