Skip to content

Commit 4a34e6f

Browse files
committed
re-added id-type and id-value for result filtering
Signed-off-by: Paul Horton <phorton@sonatype.com>
1 parent 13633f5 commit 4a34e6f

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

spec/openapi.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ paths:
118118
description: Returns a list of TEA product releases. Note that multiple product releases may match.
119119
operationId: queryTeaProductReleases
120120
parameters:
121+
# For result filtering
122+
- $ref: "#/components/parameters/id-type"
123+
- $ref: "#/components/parameters/id-value"
124+
# For pagination
121125
- $ref: "#/components/parameters/page-size"
122126
- $ref: "#/components/parameters/page-token"
123127
- $ref: "#/components/parameters/sort-field-product-release"
@@ -159,6 +163,10 @@ paths:
159163
match.
160164
operationId: queryTeaProducts
161165
parameters:
166+
# For result filtering
167+
- $ref: "#/components/parameters/id-type"
168+
- $ref: "#/components/parameters/id-value"
169+
# For pagination
162170
- $ref: "#/components/parameters/page-size"
163171
- $ref: "#/components/parameters/page-token"
164172
- $ref: "#/components/parameters/sort-field-product"
@@ -247,6 +255,10 @@ paths:
247255
description: Returns a list of TEA components. Note that multiple components may match.
248256
operationId: queryTeaComponents
249257
parameters:
258+
# For result filtering
259+
- $ref: "#/components/parameters/id-type"
260+
- $ref: "#/components/parameters/id-value"
261+
# For pagination
250262
- $ref: "#/components/parameters/page-size"
251263
- $ref: "#/components/parameters/page-token"
252264
- $ref: "#/components/parameters/sort-field-component"
@@ -263,6 +275,10 @@ paths:
263275
description: Returns a list of TEA component releases. Note that multiple component releases may match.
264276
operationId: queryTeaComponentReleases
265277
parameters:
278+
# For result filtering
279+
- $ref: "#/components/parameters/id-type"
280+
- $ref: "#/components/parameters/id-value"
281+
# For pagination
266282
- $ref: "#/components/parameters/page-size"
267283
- $ref: "#/components/parameters/page-token"
268284
- $ref: "#/components/parameters/sort-field-component"

0 commit comments

Comments
 (0)