Implemented the Marketplace endpoints #15
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user