diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2021-08-25 13:43:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-08-25 13:43:51 +0000 |
commit | 528022a0f33225f3eab6930ff27c3ab8d1638568 (patch) | |
tree | 87170d1b5354ad456ce8a37a04bffa6b3140e309 /docs/openapi/components.yml | |
parent | b8f72560c6f29c49ee80672072d6a168351ce00a (diff) | |
parent | 79e41e0794035ea8dd3ae3064f8d368b5345df95 (diff) |
Merge "Write data for cm handle passthrough:running"
Diffstat (limited to 'docs/openapi/components.yml')
-rw-r--r-- | docs/openapi/components.yml | 17 |
1 files changed, 16 insertions, 1 deletions
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 |