Implemented the Marketplace endpoints #15

Merged
javier merged 16 commits from library/marketplace into main 2025-11-10 00:34:40 +00:00
Showing only changes of commit 5c1127b2b5 - Show all commits
+3 -3
View File
@@ -1011,8 +1011,8 @@ paths:
properties: properties:
pagination: pagination:
$ref: '#/components/schemas/Pagination' $ref: '#/components/schemas/Pagination'
submissions: contributions:
description: A type that represents all items submitted by a user. description: A type that represents all items contributed by a user.
$ref: '#/components/schemas/UserItems' $ref: '#/components/schemas/UserItems'
required: required:
- pagination - pagination
@@ -1838,7 +1838,7 @@ paths:
- $ref: '#/components/parameters/PerPage' - $ref: '#/components/parameters/PerPage'
responses: responses:
'200': '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: headers:
Link: Link:
$ref: '#/components/headers/Link' $ref: '#/components/headers/Link'