diff options
author | JosephKeenan <joseph.keenan@est.tech> | 2022-05-23 15:43:05 +0100 |
---|---|---|
committer | JosephKeenan <joseph.keenan@est.tech> | 2022-06-01 16:56:50 +0100 |
commit | 2cd8b98223bd49975fcca0ec7f1d4673a4163074 (patch) | |
tree | d26e809ad7befaf8b7815271a6fcc501f67b3117 /openapi | |
parent | df26bc38a75f10650ce5785cdc9bd7b9516f6f25 (diff) |
Async request response dmi -> NCMP
-Added Async for passthrough running and operational
-Build will fail until cps is merged https://gerrit.onap.org/r/c/cps/+/128685
Issue-ID: CPS-830
Change-Id: Iedbfab109f5cd777a5be8eed7414758d0f5ec05c
Signed-off-by: JosephKeenan <joseph.keenan@est.tech>
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Signed-off-by: JosephKeenan <joseph.keenan@est.tech>
Diffstat (limited to 'openapi')
-rw-r--r-- | openapi/components.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openapi/components.yml b/openapi/components.yml index fd9e2ff9..212ddf03 100644 --- a/openapi/components.yml +++ b/openapi/components.yml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2021 Nordix Foundation +# Copyright (C) 2021-2022 Nordix Foundation # Modifications Copyright (C) 2022 Bell Canada # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -118,7 +118,7 @@ components: $ref: '#/components/schemas/cmHandleProperties' requestId: type: string - example: uuid-random-id-eg + example: 3a9ce55c-e365-4dc9-8da3-a06f07cbc6d7 cmHandleProperties: type: object @@ -199,7 +199,7 @@ components: value: options: (key1=10,key2=value2,key3=val31,val32) topicParamInQuery: - name: topicParamInQuery + name: topic in: query description: valid topic name passed from client(NCMP). required: false @@ -208,4 +208,4 @@ components: allowReserved: true examples: sample1: - value: ncmp-async-m2m
\ No newline at end of file + value: my-topic-name |