diff options
Diffstat (limited to 'docs/api/swagger')
-rw-r--r-- | docs/api/swagger/openapi.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/api/swagger/openapi.yaml b/docs/api/swagger/openapi.yaml index a3b07c24..41ebedf8 100644 --- a/docs/api/swagger/openapi.yaml +++ b/docs/api/swagger/openapi.yaml @@ -195,6 +195,16 @@ paths: sample3: value: options: (key1=10,key2=value2,key3=val31,val32) + - name: topic + in: query + description: topic name passed from client(NCMP). + required: false + allowReserved: true + schema: + type: string + examples: + sample1: + value: my-topic-name requestBody: description: Operational body content: @@ -277,6 +287,16 @@ paths: sample3: value: options: (key1=10,key2=value2,key3=val31,val32) + - name: topic + in: query + description: topic name passed from client(NCMP). + required: false + allowReserved: true + schema: + type: string + examples: + sample1: + value: my-topic-name requestBody: content: application/json: |