mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 12:21:34 +00:00
Fix: requestBody descriptions
This commit is contained in:
parent
e8797ce0c8
commit
88ef453b56
2 changed files with 59 additions and 16 deletions
|
|
@ -99,6 +99,7 @@ paths:
|
|||
- Libraries
|
||||
requestBody:
|
||||
required: true
|
||||
description: The library object to create.
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
|
|
@ -150,6 +151,7 @@ paths:
|
|||
- Libraries
|
||||
requestBody:
|
||||
required: true
|
||||
description: The library object to update.
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue