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: 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 35ae799..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": { @@ -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..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: @@ -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: 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",