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
@ -126,14 +126,14 @@ components:
schema: schema:
type: boolean type: boolean
default: false default: false
responses: responses:
author404: author404:
description: Author not found. description: Author not found.
content: content:
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