mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-05 02:34:56 +02:00
Update: podcast opml endpoints
This commit is contained in:
parent
7af02ad2e2
commit
eb0f5b2e1b
4 changed files with 129 additions and 33 deletions
|
@ -57,8 +57,10 @@ paths:
|
|||
$ref: './controllers/PodcastController.yaml#/paths/~1api~1podcasts'
|
||||
/api/podcasts/feed:
|
||||
$ref: './controllers/PodcastController.yaml#/paths/~1api~1podcasts~1feed'
|
||||
/api/podcasts/opml:
|
||||
$ref: './controllers/PodcastController.yaml#/paths/~1api~1podcasts~1opml'
|
||||
/api/podcasts/opml/parse:
|
||||
$ref: './controllers/PodcastController.yaml#/paths/~1api~1podcasts~1opml~1parse'
|
||||
/api/podcasts/opml/create:
|
||||
$ref: './controllers/PodcastController.yaml#/paths/~1api~1podcasts~1opml~1create'
|
||||
/api/podcasts/{id}/checknew:
|
||||
$ref: './controllers/PodcastController.yaml#/paths/~1api~1podcasts~1{id}~1checknew'
|
||||
/api/podcasts/{id}/clear-queue:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue