Fix wb lists

This commit is contained in:
k.struzhkin 2021-07-14 11:50:48 +03:00
parent a856e5d3ac
commit 2fa2745fcd
3 changed files with 38 additions and 1 deletions

View File

@ -0,0 +1,11 @@
type: object
required:
- result
properties:
count:
type: integer
format: int32
result:
type: array
items:
$ref: '../schemas/WbListRecord.yaml'

View File

@ -0,0 +1,26 @@
type: object
properties:
groupId:
type: string
insertTime:
type: string
format: date-time
createdByUser:
type: string
listName:
type: string
partyId:
type: string
shopId:
type: string
rowInfo:
type: string
value:
type: string
listType:
type: string
enum:
- white
- black
- grey
- naming

View File

@ -36,7 +36,7 @@ get:
content:
application/json:
schema:
$ref: '../../../components/responses/ListResponse.yaml'
$ref: '../../../components/responses/WbListRecordsResponse.yaml'
'401':
description: Unauthorized
'403':