OVPAY-1116 - Added pagination.

This commit is contained in:
Bas Boterman 2024-11-26 15:03:05 +01:00
parent bca4381de7
commit 4646f528b1

View File

@ -74,6 +74,8 @@ paths:
schema: schema:
$ref: "#/components/schemas/unavailable" $ref: "#/components/schemas/unavailable"
example: example:
{
"purchasedProducts":
[ [
{ {
"purchasedProductId": "45573af8-a9aa-4f7c-95f4-b1971bf2c3c6", "purchasedProductId": "45573af8-a9aa-4f7c-95f4-b1971bf2c3c6",
@ -116,7 +118,9 @@ paths:
}, },
], ],
}, },
] ],
"href": null,
}
post: post:
tags: tags:
- Purchased Product - Purchased Product
@ -508,6 +512,8 @@ paths:
schema: schema:
$ref: "#/components/schemas/unavailable" $ref: "#/components/schemas/unavailable"
example: example:
{
"purchasedGboProducts":
[ [
{ {
"purchasedGboProductId": "a9b3dea5-fb8a-4b1e-9fe6-90cad31c0cfd", "purchasedGboProductId": "a9b3dea5-fb8a-4b1e-9fe6-90cad31c0cfd",
@ -545,7 +551,9 @@ paths:
"createdBy": "someuser", "createdBy": "someuser",
"lastUpdatedBy": null, "lastUpdatedBy": null,
}, },
] ],
"href": null,
}
/purchasedgboproducts/{purchasedGboProductId}: /purchasedgboproducts/{purchasedGboProductId}:
parameters: parameters:
- in: path - in: path