Skip to content

Commit 5927786

Browse files
committed
Fix title description for byperson
Resolves #120
1 parent af82859 commit 5927786

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

api_src/components/schemas/item_search_byperson.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ properties:
33
id:
44
$ref: '../properties/id_episode.yaml'
55
title:
6-
$ref: '../properties/title_feed.yaml'
6+
$ref: '../properties/title_episode.yaml'
77
link:
88
$ref: '../properties/link_feed.yaml'
99
description:

docs/pi_api.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2813,6 +2813,11 @@
28132813
"type": "integer",
28142814
"example": 16795088
28152815
},
2816+
"title_episode": {
2817+
"description": "Name of the episode\n",
2818+
"type": "string",
2819+
"example": "Gotham"
2820+
},
28162821
"description_episode": {
28172822
"description": "The item-level description of the episode.\n\n\nUses the longer of the possible fields in the feed: `<description>`, `<itunes:summary>` and `<content:encoded>`\n",
28182823
"type": "string",
@@ -2951,7 +2956,7 @@
29512956
"$ref": "#/components/schemas/id_episode"
29522957
},
29532958
"title": {
2954-
"$ref": "#/components/schemas/title_feed"
2959+
"$ref": "#/components/schemas/title_episode"
29552960
},
29562961
"link": {
29572962
"$ref": "#/components/schemas/link_feed"
@@ -4780,11 +4785,6 @@
47804785
}
47814786
}
47824787
},
4783-
"title_episode": {
4784-
"description": "Name of the episode\n",
4785-
"type": "string",
4786-
"example": "Gotham"
4787-
},
47884788
"items_soundbites": {
47894789
"description": "List of soundbites matching request\n",
47904790
"type": "array",

docs/pi_api.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2715,6 +2715,11 @@ components:
27152715
The internal PodcastIndex.org episode ID.
27162716
type: integer
27172717
example: 16795088
2718+
title_episode:
2719+
description: |
2720+
Name of the episode
2721+
type: string
2722+
example: Gotham
27182723
description_episode:
27192724
description: |
27202725
The item-level description of the episode.
@@ -2857,7 +2862,7 @@ components:
28572862
id:
28582863
$ref: '#/components/schemas/id_episode'
28592864
title:
2860-
$ref: '#/components/schemas/title_feed'
2865+
$ref: '#/components/schemas/title_episode'
28612866
link:
28622867
$ref: '#/components/schemas/link_feed'
28632868
description:
@@ -4300,11 +4305,6 @@ components:
43004305
$ref: '#/components/schemas/feeds_data'
43014306
items:
43024307
$ref: '#/components/schemas/items_data'
4303-
title_episode:
4304-
description: |
4305-
Name of the episode
4306-
type: string
4307-
example: Gotham
43084308
items_soundbites:
43094309
description: |
43104310
List of soundbites matching request

0 commit comments

Comments
 (0)