We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b675ffe commit 41c3187Copy full SHA for 41c3187
spec/openapi.yaml
@@ -52,15 +52,11 @@ paths:
52
description: UUID of TEA Product in the TEA server
53
schema:
54
"$ref": "#/components/schemas/uuid"
55
+ - $ref: "#/components/parameters/page-offset"
56
+ - $ref: "#/components/parameters/page-size"
57
responses:
58
'200':
- description: Requested Releases of TEA Product found and returned
- content:
59
- application/json:
60
- schema:
61
- type: array
62
- items:
63
- "$ref": "#/components/schemas/productRelease"
+ $ref: "#/components/responses/paginated-product-release"
64
'400':
65
$ref: "#/components/responses/400-invalid-request"
66
'404':
0 commit comments