Fixed error in api docs for GET /preorder/open

This commit is contained in:
Frank Schubert
2023-04-25 13:29:16 +02:00
parent 0313b3620a
commit dd0d97c128

View File

@@ -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}: