Fixed some warnings encountered at the Open API specification document in the library target.

This commit is contained in:
2025-10-24 16:44:42 +02:00
parent 2320e878b7
commit 5c1127b2b5
+3 -3
View File
@@ -1011,8 +1011,8 @@ paths:
properties:
pagination:
$ref: '#/components/schemas/Pagination'
submissions:
description: A type that represents all items submitted by a user.
contributions:
description: A type that represents all items contributed by a user.
$ref: '#/components/schemas/UserItems'
required:
- pagination
@@ -1838,7 +1838,7 @@ paths:
- $ref: '#/components/parameters/PerPage'
responses:
'200':
description: Successfully retrieved the list of listings in an inventory of a seller.
description: Successfully retrieved a list of listings in an inventory of a seller.
headers:
Link:
$ref: '#/components/headers/Link'