mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-01-30 14:59:38 +00:00
Add: podcast tags to opml endpoints
This commit is contained in:
parent
eb0f5b2e1b
commit
b1414388e1
2 changed files with 10 additions and 0 deletions
|
|
@ -1594,6 +1594,9 @@
|
|||
"summary": "Get feeds from OPML text",
|
||||
"description": "Parse OPML text and return an array of feeds",
|
||||
"operationId": "getFeedsFromOPMLText",
|
||||
"tags": [
|
||||
"Podcasts"
|
||||
],
|
||||
"requestBody": {
|
||||
"content": {
|
||||
"application/json": {
|
||||
|
|
@ -1648,6 +1651,9 @@
|
|||
"post": {
|
||||
"summary": "Bulk create podcasts from OPML feed URLs",
|
||||
"operationId": "bulkCreatePodcastsFromOpmlFeedUrls",
|
||||
"tags": [
|
||||
"Podcasts"
|
||||
],
|
||||
"requestBody": {
|
||||
"content": {
|
||||
"application/json": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue