mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-10 05:49:37 +00:00
Update: podcast opml endpoints
This commit is contained in:
parent
7af02ad2e2
commit
eb0f5b2e1b
4 changed files with 129 additions and 33 deletions
|
|
@ -11,6 +11,9 @@ components:
|
|||
nullable: true
|
||||
format: 'pod_[a-z0-9]{18}'
|
||||
example: pod_o78uaoeuh78h6aoeif
|
||||
autoDownloadEpisodes:
|
||||
type: boolean
|
||||
description: Whether episodes are automatically downloaded.
|
||||
|
||||
Podcast:
|
||||
type: object
|
||||
|
|
@ -37,8 +40,7 @@ components:
|
|||
items:
|
||||
$ref: '../entities/PodcastEpisode.yaml#/components/schemas/PodcastEpisode'
|
||||
autoDownloadEpisodes:
|
||||
type: boolean
|
||||
description: Whether episodes are automatically downloaded.
|
||||
$ref: '#/components/schemas/autoDownloadEpisodes'
|
||||
autoDownloadSchedule:
|
||||
type: string
|
||||
description: The schedule for automatic episode downloads, in cron format.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue