OVPAY-1147 - Added pagination.

This commit is contained in:
Bas Boterman 2024-11-26 15:34:55 +01:00
parent 330c7d1e2b
commit 8e2ad79b53

View File

@ -109,6 +109,8 @@ paths:
schema:
$ref: "#/components/schemas/unavailable"
example:
{
"ovPayTokens":
[
{
"ovPayTokenId": 71,
@ -124,7 +126,9 @@ paths:
"expirationDate": "2029-03-22T09:00:00",
"replacedByTokenId": 12,
},
]
],
"href": null,
}
components:
securitySchemes:
bearerToken: