Skip to content

Commit

Permalink
Fix title description for byperson
Browse files Browse the repository at this point in the history
Resolves #120
  • Loading branch information
stevencrader committed Apr 4, 2024
1 parent af82859 commit 5927786
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion api_src/components/schemas/item_search_byperson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ properties:
id:
$ref: '../properties/id_episode.yaml'
title:
$ref: '../properties/title_feed.yaml'
$ref: '../properties/title_episode.yaml'
link:
$ref: '../properties/link_feed.yaml'
description:
Expand Down
12 changes: 6 additions & 6 deletions docs/pi_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2813,6 +2813,11 @@
"type": "integer",
"example": 16795088
},
"title_episode": {
"description": "Name of the episode\n",
"type": "string",
"example": "Gotham"
},
"description_episode": {
"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",
"type": "string",
Expand Down Expand Up @@ -2951,7 +2956,7 @@
"$ref": "#/components/schemas/id_episode"
},
"title": {
"$ref": "#/components/schemas/title_feed"
"$ref": "#/components/schemas/title_episode"
},
"link": {
"$ref": "#/components/schemas/link_feed"
Expand Down Expand Up @@ -4780,11 +4785,6 @@
}
}
},
"title_episode": {
"description": "Name of the episode\n",
"type": "string",
"example": "Gotham"
},
"items_soundbites": {
"description": "List of soundbites matching request\n",
"type": "array",
Expand Down
12 changes: 6 additions & 6 deletions docs/pi_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2715,6 +2715,11 @@ components:
The internal PodcastIndex.org episode ID.
type: integer
example: 16795088
title_episode:
description: |
Name of the episode
type: string
example: Gotham
description_episode:
description: |
The item-level description of the episode.
Expand Down Expand Up @@ -2857,7 +2862,7 @@ components:
id:
$ref: '#/components/schemas/id_episode'
title:
$ref: '#/components/schemas/title_feed'
$ref: '#/components/schemas/title_episode'
link:
$ref: '#/components/schemas/link_feed'
description:
Expand Down Expand Up @@ -4300,11 +4305,6 @@ components:
$ref: '#/components/schemas/feeds_data'
items:
$ref: '#/components/schemas/items_data'
title_episode:
description: |
Name of the episode
type: string
example: Gotham
items_soundbites:
description: |
List of soundbites matching request
Expand Down

0 comments on commit 5927786

Please sign in to comment.