From 79e41e0794035ea8dd3ae3064f8d368b5345df95 Mon Sep 17 00:00:00 2001 From: niamhcore Date: Fri, 20 Aug 2021 11:24:06 +0100 Subject: Write data for cm handle passthrough:running Issue-ID: CPS-574 Signed-off-by: niamhcore Change-Id: I15e2ad500d2bbf7a1d408b8a852287e55bddbecb --- docs/openapi/components.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'docs/openapi/components.yml') diff --git a/docs/openapi/components.yml b/docs/openapi/components.yml index cb39fa4e..ba2a0ece 100644 --- a/docs/openapi/components.yml +++ b/docs/openapi/components.yml @@ -58,7 +58,7 @@ components: namespace: type: string - OperationalRequest: + DataAccessReadRequest: type: object properties: operation: @@ -69,6 +69,21 @@ components: additionalProperties: type: string + DataAccessWriteRequest: + type: object + properties: + operation: + type: string + enum: [ create ] + dataType: + type: string + data: + type: object + cmHandleProperties: + type: object + additionalProperties: + type: string + responses: NotFound: description: The specified resource was not found -- cgit 1.2.3-korg