Fixed some warnings encountered at the Open API specification document in the library target.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user