mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 12:21:34 +00:00
Fix: library response to be arroy of objects
This commit is contained in:
parent
c1fe824f75
commit
daa9ce3042
1 changed files with 6 additions and 3 deletions
|
|
@ -111,6 +111,9 @@ paths:
|
|||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
libraries:
|
||||
type: array
|
||||
items:
|
||||
$ref: '../objects/Library.yaml#/components/schemas/library'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue