mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 12:21:34 +00:00
Fix: base schemas
This commit is contained in:
parent
802e14adc6
commit
b61c38bdd4
1 changed files with 12 additions and 16 deletions
|
|
@ -37,25 +37,21 @@ components:
|
||||||
example: 100
|
example: 100
|
||||||
limit:
|
limit:
|
||||||
description: The number of items to return. If 0, no items are returned.
|
description: The number of items to return. If 0, no items are returned.
|
||||||
schema:
|
|
||||||
type: integer
|
type: integer
|
||||||
example: 10
|
example: 10
|
||||||
default: 0
|
default: 0
|
||||||
page:
|
page:
|
||||||
description: The page number (zero indexed) to return. If no limit is specified, then page will have no effect.
|
description: The page number (zero indexed) to return. If no limit is specified, then page will have no effect.
|
||||||
schema:
|
|
||||||
type: integer
|
type: integer
|
||||||
example: 1
|
example: 1
|
||||||
default: 0
|
default: 0
|
||||||
sortDesc:
|
sortDesc:
|
||||||
description: Return items in reversed order if true.
|
description: Return items in reversed order if true.
|
||||||
schema:
|
|
||||||
type: boolean
|
type: boolean
|
||||||
example: true
|
example: true
|
||||||
default: false
|
default: false
|
||||||
minified:
|
minified:
|
||||||
description: Return minified items if true.
|
description: Return minified items if true.
|
||||||
schema:
|
|
||||||
type: boolean
|
type: boolean
|
||||||
example: true
|
example: true
|
||||||
default: false
|
default: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue