mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 12:21:34 +00:00
Author controller updates
This commit is contained in:
parent
39f2d7dbbb
commit
8c85092349
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue