Add: library series endpoint

This commit is contained in:
Nicholas Wallace 2024-05-19 01:11:53 +00:00
parent 78e84217e2
commit 1068a68c23
4 changed files with 471 additions and 1 deletions

View file

@ -69,4 +69,4 @@ components:
description: A single item on the server, like a book or podcast. Includes series sequence information.
allOf:
- $ref: '#/components/schemas/libraryItemBase'
- $ref: '../entities/Series.yaml#/components/schemas/sequence'
- $ref: './entities/Series.yaml#/components/schemas/sequence'