mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-19 18:29:37 +00:00
Change: requestBody to parameter, allow commas in queries
This commit is contained in:
parent
72c1407aa7
commit
f95d9bd0e9
4 changed files with 429 additions and 263 deletions
|
|
@ -60,3 +60,12 @@ components:
|
|||
type: string
|
||||
example: 'us'
|
||||
default: 'us'
|
||||
parameters:
|
||||
minified:
|
||||
in: query
|
||||
name: minified
|
||||
description: Return minified items if true
|
||||
schema:
|
||||
type: integer
|
||||
minimum: 0
|
||||
example: 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue