diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2022-03-11 22:32:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-03-11 22:32:13 +0000 |
commit | 697caa85dd35d5996d604935987e43b61b5811c2 (patch) | |
tree | a32a4f73555786fc87bcf5a9a9675255bf85d4f3 /cps-ncmp-rest/docs/openapi/components.yaml | |
parent | ee1ca9a51fb57c33814e21785ce98f8b563f44f8 (diff) | |
parent | 1f2e66e720678f00682e6429aab7fa62251baf29 (diff) |
Merge "Async: NCMP Rest impl. including Request ID generation"
Diffstat (limited to 'cps-ncmp-rest/docs/openapi/components.yaml')
-rw-r--r-- | cps-ncmp-rest/docs/openapi/components.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cps-ncmp-rest/docs/openapi/components.yaml b/cps-ncmp-rest/docs/openapi/components.yaml index 6477e34f3c..8b02dd10a3 100644 --- a/cps-ncmp-rest/docs/openapi/components.yaml +++ b/cps-ncmp-rest/docs/openapi/components.yaml @@ -329,6 +329,18 @@ components: sample 3: value: options: (depth=2,fields=book/authors) + topicParamInQuery: + name: topic + in: query + description: topic parameter in query. + required: false + schema: + type: string + allowReserved: true + examples: + sample 1: + value: + topic: my-topic-name contentParamInHeader: name: Content-Type in: header |