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,9 +111,12 @@ paths:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
type: array
|
type: object
|
||||||
items:
|
properties:
|
||||||
$ref: '../objects/Library.yaml#/components/schemas/library'
|
libraries:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
$ref: '../objects/Library.yaml#/components/schemas/library'
|
||||||
post:
|
post:
|
||||||
operationId: createLibrary
|
operationId: createLibrary
|
||||||
summary: Create a new library on server
|
summary: Create a new library on server
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue