mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
Add: podcast tags to opml endpoints
This commit is contained in:
parent
eb0f5b2e1b
commit
b1414388e1
@ -63,6 +63,8 @@ paths:
|
|||||||
summary: Get feeds from OPML text
|
summary: Get feeds from OPML text
|
||||||
description: Parse OPML text and return an array of feeds
|
description: Parse OPML text and return an array of feeds
|
||||||
operationId: getFeedsFromOPMLText
|
operationId: getFeedsFromOPMLText
|
||||||
|
tags:
|
||||||
|
- Podcasts
|
||||||
requestBody:
|
requestBody:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
@ -96,6 +98,8 @@ paths:
|
|||||||
post:
|
post:
|
||||||
summary: Bulk create podcasts from OPML feed URLs
|
summary: Bulk create podcasts from OPML feed URLs
|
||||||
operationId: bulkCreatePodcastsFromOpmlFeedUrls
|
operationId: bulkCreatePodcastsFromOpmlFeedUrls
|
||||||
|
tags:
|
||||||
|
- Podcasts
|
||||||
requestBody:
|
requestBody:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
|
@ -1594,6 +1594,9 @@
|
|||||||
"summary": "Get feeds from OPML text",
|
"summary": "Get feeds from OPML text",
|
||||||
"description": "Parse OPML text and return an array of feeds",
|
"description": "Parse OPML text and return an array of feeds",
|
||||||
"operationId": "getFeedsFromOPMLText",
|
"operationId": "getFeedsFromOPMLText",
|
||||||
|
"tags": [
|
||||||
|
"Podcasts"
|
||||||
|
],
|
||||||
"requestBody": {
|
"requestBody": {
|
||||||
"content": {
|
"content": {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
@ -1648,6 +1651,9 @@
|
|||||||
"post": {
|
"post": {
|
||||||
"summary": "Bulk create podcasts from OPML feed URLs",
|
"summary": "Bulk create podcasts from OPML feed URLs",
|
||||||
"operationId": "bulkCreatePodcastsFromOpmlFeedUrls",
|
"operationId": "bulkCreatePodcastsFromOpmlFeedUrls",
|
||||||
|
"tags": [
|
||||||
|
"Podcasts"
|
||||||
|
],
|
||||||
"requestBody": {
|
"requestBody": {
|
||||||
"content": {
|
"content": {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
|
Loading…
Reference in New Issue
Block a user