Add missing deck list OpenAPI spec
This commit is contained in:
parent
7f1735f200
commit
7b78473f24
1 changed files with 13 additions and 0 deletions
|
@ -229,6 +229,19 @@ paths:
|
|||
schema:
|
||||
$ref: '#/components/schemas/collection_statistics'
|
||||
/api/decks:
|
||||
get:
|
||||
summary: List decks
|
||||
tags:
|
||||
- Decks
|
||||
responses:
|
||||
'200':
|
||||
description: Deck list
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/deck'
|
||||
post:
|
||||
summary: Create deck
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue