Skip to content

Commit 4b5bc39

Browse files
committed
NRL-1053 add category to components yaml for query params
1 parent ddfdf7d commit 4b5bc39

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

swagger/consumer-static/components.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ components:
3636
in: query
3737
schema:
3838
$ref: "#/components/schemas/RequestQueryType"
39+
category:
40+
name: type
41+
in: query
42+
schema:
43+
$ref: "#/components/schemas/RequestQueryCategory"
3944
nextPageToken:
4045
name: next-page-token
4146
description: |

swagger/producer-static/components.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ components:
1818
in: query
1919
schema:
2020
$ref: "#/components/schemas/RequestQueryType"
21+
category:
22+
name: type
23+
in: query
24+
schema:
25+
$ref: "#/components/schemas/RequestQueryCategory"
2126
nextPageToken:
2227
name: next-page-token
2328
in: query

0 commit comments

Comments
 (0)