From 8db6a30aca17d849a5367f8aa7047af236f04e4e Mon Sep 17 00:00:00 2001 From: leventecsanyi Date: Tue, 2 Apr 2024 14:37:57 +0200 Subject: 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 Change-Id: I080f4dad2be8bb48c55256ddadaa3e058b7ac3e9 --- openapi/components.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openapi') 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' -- cgit