Add missing deck list OpenAPI spec

This commit is contained in:
Correl Roush 2023-08-12 15:54:19 -04:00
parent 7f1735f200
commit 7b78473f24

View file

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