Skip to content

Commit

Permalink
Automated update of Spotify's OpenAPI definition (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonallux authored Jul 19, 2023
1 parent 1628dfa commit 250eda5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions fixed-spotify-open-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2444,7 +2444,7 @@ paths:
schema:
title: Spotify Artist ID Seeds
description: |
A comma separated list of [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids) for seed artists. Up to 5 seed values may be provided in any combination of `seed_artists`, `seed_tracks` and `seed_genres`.
A comma separated list of [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids) for seed artists. Up to 5 seed values may be provided in any combination of `seed_artists`, `seed_tracks` and `seed_genres`.<br/> _**Note**: only required if `seed_genres` and `seed_tracks` are not set_.
example: 4NHQUGzhtTLFvgF5SZesLK
type: string
- name: seed_genres
Expand All @@ -2453,7 +2453,7 @@ paths:
schema:
title: Genres Seeds
description: |
A comma separated list of any genres in the set of [available genre seeds](#available-genre-seeds). Up to 5 seed values may be provided in any combination of `seed_artists`, `seed_tracks` and `seed_genres`.
A comma separated list of any genres in the set of [available genre seeds](/documentation/web-api/reference/get-recommendation-genres). Up to 5 seed values may be provided in any combination of `seed_artists`, `seed_tracks` and `seed_genres`.<br/> _**Note**: only required if `seed_artists` and `seed_tracks` are not set_.
example: "classical,country"
type: string
- name: seed_tracks
Expand All @@ -2462,7 +2462,7 @@ paths:
schema:
title: Spotify Track ID Seeds
description: |
A comma separated list of [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids) for a seed track. Up to 5 seed values may be provided in any combination of `seed_artists`, `seed_tracks` and `seed_genres`.
A comma separated list of [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids) for a seed track. Up to 5 seed values may be provided in any combination of `seed_artists`, `seed_tracks` and `seed_genres`.<br/> _**Note**: only required if `seed_artists` and `seed_genres` are not set_.
example: 0c6xIDDpzE81m2q797ordA
type: string
- name: min_acousticness
Expand Down
6 changes: 3 additions & 3 deletions official-spotify-open-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2518,7 +2518,7 @@ paths:
schema:
title: Spotify Artist ID Seeds
description: |
A comma separated list of [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids) for seed artists. Up to 5 seed values may be provided in any combination of `seed_artists`, `seed_tracks` and `seed_genres`.
A comma separated list of [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids) for seed artists. Up to 5 seed values may be provided in any combination of `seed_artists`, `seed_tracks` and `seed_genres`.<br/> _**Note**: only required if `seed_genres` and `seed_tracks` are not set_.
example: 4NHQUGzhtTLFvgF5SZesLK
type: string
- name: seed_genres
Expand All @@ -2527,7 +2527,7 @@ paths:
schema:
title: Genres Seeds
description: |
A comma separated list of any genres in the set of [available genre seeds](#available-genre-seeds). Up to 5 seed values may be provided in any combination of `seed_artists`, `seed_tracks` and `seed_genres`.
A comma separated list of any genres in the set of [available genre seeds](/documentation/web-api/reference/get-recommendation-genres). Up to 5 seed values may be provided in any combination of `seed_artists`, `seed_tracks` and `seed_genres`.<br/> _**Note**: only required if `seed_artists` and `seed_tracks` are not set_.
example: classical,country
type: string
- name: seed_tracks
Expand All @@ -2536,7 +2536,7 @@ paths:
schema:
title: Spotify Track ID Seeds
description: |
A comma separated list of [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids) for a seed track. Up to 5 seed values may be provided in any combination of `seed_artists`, `seed_tracks` and `seed_genres`.
A comma separated list of [Spotify IDs](/documentation/web-api/concepts/spotify-uris-ids) for a seed track. Up to 5 seed values may be provided in any combination of `seed_artists`, `seed_tracks` and `seed_genres`.<br/> _**Note**: only required if `seed_artists` and `seed_genres` are not set_.
example: 0c6xIDDpzE81m2q797ordA
type: string
- name: min_acousticness
Expand Down

0 comments on commit 250eda5

Please sign in to comment.