From e398be5923a47650b109512c795244cdc2b5eb10 Mon Sep 17 00:00:00 2001 From: tragait Date: Fri, 6 Aug 2021 17:01:31 +0100 Subject: implement passthough operational for dmi Issue-ID: CPS-486 Signed-off-by: tragait Change-Id: Icf48fa93ea1f0d8a27d2e7e1ab0cfd6096a765ec --- docs/openapi/components.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/openapi/components.yml') diff --git a/docs/openapi/components.yml b/docs/openapi/components.yml index c67dad69..05f1ac06 100644 --- a/docs/openapi/components.yml +++ b/docs/openapi/components.yml @@ -43,6 +43,17 @@ components: type: string example: system-001 + OperationalRequest: + type: object + properties: + operation: + type: string + enum: [ read ] + cmHandleProperties: + type: object + additionalProperties: + type: string + responses: NotFound: description: The specified resource was not found -- cgit 1.2.3-korg