From 023fb711a413800c3bd1020c4a97561689ad45af Mon Sep 17 00:00:00 2001 From: James Boyle Date: Wed, 17 Apr 2024 22:24:05 -0500 Subject: [PATCH 1/3] Add podcastGuid and feedUrl to item_podcast.yaml --- api_src/components/schemas/item_podcast.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api_src/components/schemas/item_podcast.yaml b/api_src/components/schemas/item_podcast.yaml index 2480abb..e46b459 100644 --- a/api_src/components/schemas/item_podcast.yaml +++ b/api_src/components/schemas/item_podcast.yaml @@ -36,10 +36,14 @@ properties: $ref: '../properties/image_episode.yaml' feedItunesId: $ref: '../properties/itunesId_feed.yaml' + feedUrl: + $ref: '../properties/url_feed.yaml' feedImage: $ref: '../properties/image_feed.yaml' feedId: $ref: '../properties/id_feed.yaml' + podcastGuid: + $ref: '../properties/podcastguid.yaml' feedLanguage: $ref: '../properties/language.yaml' feedDead: From e6314aef4c346efccfb09d53ab0818b247ccf862 Mon Sep 17 00:00:00 2001 From: James Boyle Date: Wed, 17 Apr 2024 22:24:24 -0500 Subject: [PATCH 2/3] Add Postman docs from yarn build --- docs/pi_api.json | 6 ++++++ docs/pi_api.yaml | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/docs/pi_api.json b/docs/pi_api.json index 35ae799..ab9162c 100644 --- a/docs/pi_api.json +++ b/docs/pi_api.json @@ -4021,12 +4021,18 @@ "feedItunesId": { "$ref": "#/components/schemas/itunesId_feed" }, + "feedUrl": { + "$ref": "#/components/schemas/url_feed" + }, "feedImage": { "$ref": "#/components/schemas/image_feed" }, "feedId": { "$ref": "#/components/schemas/id_feed" }, + "podcastGuid": { + "$ref": "#/components/schemas/podcastguid" + }, "feedLanguage": { "$ref": "#/components/schemas/language" }, diff --git a/docs/pi_api.yaml b/docs/pi_api.yaml index 8b5246c..5db1d26 100644 --- a/docs/pi_api.yaml +++ b/docs/pi_api.yaml @@ -3756,10 +3756,14 @@ components: $ref: '#/components/schemas/image_episode' feedItunesId: $ref: '#/components/schemas/itunesId_feed' + feedUrl: + $ref: '#/components/schemas/url_feed' feedImage: $ref: '#/components/schemas/image_feed' feedId: $ref: '#/components/schemas/id_feed' + podcastGuid: + $ref: '#/components/schemas/podcastguid' feedLanguage: $ref: '#/components/schemas/language' feedDead: From 3af487b3e4d2e073181869b8b57ba6f03e5c6b17 Mon Sep 17 00:00:00 2001 From: James Boyle Date: Thu, 18 Apr 2024 06:44:19 -0500 Subject: [PATCH 3/3] Patch bump version: 1.12.0 to 1.12.1 --- api_src/root.yaml | 2 +- docs/pi_api.json | 2 +- docs/pi_api.yaml | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api_src/root.yaml b/api_src/root.yaml index cf5d626..c562855 100644 --- a/api_src/root.yaml +++ b/api_src/root.yaml @@ -1,6 +1,6 @@ openapi: 3.0.2 info: - version: 1.12.0 + version: 1.12.1 title: PodcastIndex.org API termsOfService: 'https://github.com/Podcastindex-org/legal/blob/main/TermsOfService.md' contact: diff --git a/docs/pi_api.json b/docs/pi_api.json index ab9162c..a97165c 100644 --- a/docs/pi_api.json +++ b/docs/pi_api.json @@ -1,7 +1,7 @@ { "openapi": "3.0.2", "info": { - "version": "1.12.0", + "version": "1.12.1", "title": "PodcastIndex.org API", "termsOfService": "https://github.com/Podcastindex-org/legal/blob/main/TermsOfService.md", "contact": { diff --git a/docs/pi_api.yaml b/docs/pi_api.yaml index 5db1d26..621148a 100644 --- a/docs/pi_api.yaml +++ b/docs/pi_api.yaml @@ -1,6 +1,6 @@ openapi: 3.0.2 info: - version: 1.12.0 + version: 1.12.1 title: PodcastIndex.org API termsOfService: https://github.com/Podcastindex-org/legal/blob/main/TermsOfService.md contact: diff --git a/package.json b/package.json index 44d881d..f790c3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pi_api_docs", - "version": "1.12.0", + "version": "1.12.1", "private": true, "devDependencies": { "@redocly/cli": "^1.10.6",