Author controller updates

This commit is contained in:
Nicholas Wallace 2024-05-12 07:01:01 +00:00
parent 39f2d7dbbb
commit 8c85092349

View file

@ -19,17 +19,17 @@ components:
required: false required: false
schema: schema:
type: string type: string
example: "items" example: 'items'
examples: examples:
empty: empty:
summary: Do not return library items summary: Do not return library items
value: "" value: ''
itemOnly: itemOnly:
summary: Only return library items summary: Only return library items
value: "items" value: 'items'
itemsAndSeries: itemsAndSeries:
summary: Return library items and series summary: Return library items and series
value: "items,series" value: 'items,series'
authorLibraryId: authorLibraryId:
name: library name: library
in: query in: query
@ -133,7 +133,7 @@ components:
text/html: text/html:
schema: schema:
type: string type: string
example: Not found example: Author not found.
tags: tags:
- name: Authors - name: Authors
description: Author endpoints description: Author endpoints