diff --git a/docs/controllers/PodcastController.yaml b/docs/controllers/PodcastController.yaml index 58057fb5..a410eed6 100644 --- a/docs/controllers/PodcastController.yaml +++ b/docs/controllers/PodcastController.yaml @@ -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: diff --git a/docs/openapi.json b/docs/openapi.json index dbed167e..9767f579 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -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": {