mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-03-10 00:17:21 +01:00
fixed ref
This commit is contained in:
parent
b701b4c50e
commit
2803f49d48
@ -33,17 +33,17 @@ paths:
|
|||||||
in: query
|
in: query
|
||||||
description: Whether to return Library Item Expanded instead. 0 for false, 1 for true.
|
description: Whether to return Library Item Expanded instead. 0 for false, 1 for true.
|
||||||
schema:
|
schema:
|
||||||
$ref: '/components/schemas/expanded'
|
$ref: '#/components/schemas/expanded'
|
||||||
- name: include
|
- name: include
|
||||||
in: query
|
in: query
|
||||||
description: "A comma separated list of what to include with the library item. The options are: progress, rssfeed, authors (for books), and downloads (for podcasts). expanded must be 1 for include to have an effect."
|
description: "A comma separated list of what to include with the library item. The options are: progress, rssfeed, authors (for books), and downloads (for podcasts). expanded must be 1 for include to have an effect."
|
||||||
schema:
|
schema:
|
||||||
$ref: '/components/schemas/include'
|
$ref: '#/components/schemas/include'
|
||||||
- name: episode
|
- name: episode
|
||||||
in: query
|
in: query
|
||||||
description: If requesting progress for a podcast, the episode ID to get progress for.
|
description: If requesting progress for a podcast, the episode ID to get progress for.
|
||||||
schema:
|
schema:
|
||||||
$ref: '/components/schemas/episode'
|
$ref: '#/components/schemas/episode'
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: OK
|
description: OK
|
||||||
|
Loading…
Reference in New Issue
Block a user