mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-18 08:09:40 +00:00
Podcast endpoints (#3140)
* Add: `AudioTrack.yaml` * Fix: audiotrack example * Initial: podcast schemas and endpoints * Update schemas * Add: podcasts tag * Update bundled spec
This commit is contained in:
parent
acaf1ac196
commit
c5e60d30e1
8 changed files with 1810 additions and 0 deletions
|
|
@ -20,6 +20,10 @@ components:
|
|||
description: The total length (in seconds) of the item or file.
|
||||
type: number
|
||||
example: 33854.905
|
||||
duration:
|
||||
description: The total length of the item or file.
|
||||
type: string
|
||||
example: '01:23:45'
|
||||
tags:
|
||||
description: Tags applied to items.
|
||||
type: array
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue