From 3cadc1985c5f8cdc3f1914b95fe43d5e0987743b Mon Sep 17 00:00:00 2001 From: "david.mcweeney" Date: Wed, 8 May 2024 12:37:02 +0100 Subject: CPS-2182 -#3 Include module Set Tag in dmi batch data enpoint Change-Id: Ib45cc59c12062429aababa7aedb3a028aac0315c Signed-off-by: david.mcweeney Issue-ID: CPS-2182 --- docs/api/swagger/openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/api') diff --git a/docs/api/swagger/openapi.yaml b/docs/api/swagger/openapi.yaml index 5782a9c8..0f690ef5 100644 --- a/docs/api/swagger/openapi.yaml +++ b/docs/api/swagger/openapi.yaml @@ -671,10 +671,12 @@ components: cmHandleProperties: myProp: some value otherProp: other value + moduleSetTag: module-set-tag1 - id: cmHandle123 cmHandleProperties: myProp: some value otherProp: other value + moduleSetTag: module-set-tag2 operation: read properties: operation: -- cgit 1.2.3-korg