Merge branch 'fronkdev' into 'master'

Fixes minor error in openapi docs for GET /preorder/open

See merge request fronk/thetool!13
This commit is contained in:
Frank Schubert
2023-04-25 11:31:41 +00:00

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