mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-08 03:32:43 +02:00
Add: podcast tags to opml endpoints
This commit is contained in:
@@ -63,6 +63,8 @@ paths:
|
||||
summary: Get feeds from OPML text
|
||||
description: Parse OPML text and return an array of feeds
|
||||
operationId: getFeedsFromOPMLText
|
||||
tags:
|
||||
- Podcasts
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
@@ -96,6 +98,8 @@ paths:
|
||||
post:
|
||||
summary: Bulk create podcasts from OPML feed URLs
|
||||
operationId: bulkCreatePodcastsFromOpmlFeedUrls
|
||||
tags:
|
||||
- Podcasts
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
|
||||
Reference in New Issue
Block a user