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
|
||||
schema:
|
||||
type: string
|
||||
example: "items"
|
||||
example: 'items'
|
||||
examples:
|
||||
empty:
|
||||
summary: Do not return library items
|
||||
value: ""
|
||||
value: ''
|
||||
itemOnly:
|
||||
summary: Only return library items
|
||||
value: "items"
|
||||
value: 'items'
|
||||
itemsAndSeries:
|
||||
summary: Return library items and series
|
||||
value: "items,series"
|
||||
value: 'items,series'
|
||||
authorLibraryId:
|
||||
name: library
|
||||
in: query
|
||||
|
|
@ -133,7 +133,7 @@ components:
|
|||
text/html:
|
||||
schema:
|
||||
type: string
|
||||
example: Not found
|
||||
example: Author not found.
|
||||
tags:
|
||||
- name: Authors
|
||||
description: Author endpoints
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue