Fixed error in api docs for GET /preorder/open
This commit is contained in:
@@ -620,9 +620,12 @@ paths:
|
||||
description: Status string
|
||||
example: OK
|
||||
result:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/preorderStatusDetail'
|
||||
type: object
|
||||
properties:
|
||||
preorders:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/preorderStatusDetail'
|
||||
'401':
|
||||
description: Unauthorized
|
||||
/preorder/{code}:
|
||||
|
||||
Reference in New Issue
Block a user