Skip to content

Commit fe670e6

Browse files
authored
Automated update of Spotify's OpenAPI definition (#435)
1 parent 1cb23f2 commit fe670e6

File tree

2 files changed

+32
-8
lines changed

2 files changed

+32
-8
lines changed

fixed-spotify-open-api.yml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ paths:
211211
- oauth_2_0: []
212212
/artists/{id}/related-artists:
213213
get:
214+
deprecated: true
214215
tags:
215216
- Artists
216217
operationId: get-an-artists-related-artists
@@ -1830,6 +1831,7 @@ paths:
18301831
- playlist-modify-private
18311832
/browse/featured-playlists:
18321833
get:
1834+
deprecated: true
18331835
tags:
18341836
- Playlists
18351837
operationId: get-featured-playlists
@@ -1933,6 +1935,7 @@ paths:
19331935
- oauth_2_0: []
19341936
/browse/categories/{category_id}/playlists:
19351937
get:
1938+
deprecated: true
19361939
tags:
19371940
- Playlists
19381941
- Categories
@@ -2195,7 +2198,7 @@ paths:
21952198
items:
21962199
type: string
21972200
responses:
2198-
"200":
2201+
"204":
21992202
description: Artist or user unfollowed
22002203
"401":
22012204
$ref: "#/components/responses/Unauthorized"
@@ -2285,6 +2288,7 @@ paths:
22852288
- oauth_2_0: []
22862289
/audio-features:
22872290
get:
2291+
deprecated: true
22882292
tags:
22892293
- Tracks
22902294
operationId: get-several-audio-features
@@ -2316,6 +2320,7 @@ paths:
23162320
- oauth_2_0: []
23172321
/audio-features/{id}:
23182322
get:
2323+
deprecated: true
23192324
tags:
23202325
- Tracks
23212326
operationId: get-audio-features
@@ -2347,6 +2352,7 @@ paths:
23472352
- oauth_2_0: []
23482353
/audio-analysis/{id}:
23492354
get:
2355+
deprecated: true
23502356
tags:
23512357
- Tracks
23522358
operationId: get-audio-analysis
@@ -2378,6 +2384,7 @@ paths:
23782384
- oauth_2_0: []
23792385
/recommendations:
23802386
get:
2387+
deprecated: true
23812388
tags:
23822389
- Tracks
23832390
operationId: get-recommendations
@@ -2836,6 +2843,7 @@ paths:
28362843
- oauth_2_0: []
28372844
/recommendations/available-genre-seeds:
28382845
get:
2846+
deprecated: true
28392847
tags:
28402848
- Genres
28412849
operationId: get-recommendation-genres
@@ -5048,6 +5056,7 @@ components:
50485056
type: string
50495057
description: The name of the track.
50505058
preview_url:
5059+
deprecated: true
50515060
type: string
50525061
nullable: true
50535062
description: |
@@ -5781,6 +5790,7 @@ components:
57815790
description: |
57825791
The popularity of the track. The value will be between 0 and 100, with 100 being the most popular.<br/>The popularity of a track is a value between 0 and 100, with 100 being the most popular. The popularity is calculated by algorithm and is based, in the most part, on the total number of plays the track has had and how recent those plays are.<br/>Generally speaking, songs that are being played a lot now will have a higher popularity than songs that were played a lot in the past. Duplicate tracks (e.g. the same track from a single and an album) are rated independently. Artist and album popularity is derived mathematically from track popularity. _**Note**: the popularity value may lag actual popularity by a few days: the value is not updated in real time._
57835792
preview_url:
5793+
deprecated: true
57845794
type: string
57855795
nullable: true
57865796
description: |
@@ -5844,6 +5854,7 @@ components:
58445854
- uri
58455855
properties:
58465856
audio_preview_url:
5857+
deprecated: true
58475858
type: string
58485859
nullable: true
58495860
example: https://p.scdn.co/mp3-preview/2f37da1d4221f40b9d1a98cd191f4d6f1646ad17
@@ -6383,6 +6394,7 @@ components:
63836394
- uri
63846395
properties:
63856396
audio_preview_url:
6397+
deprecated: true
63866398
type: string
63876399
nullable: true
63886400
example: https://p.scdn.co/mp3-preview/2f37da1d4221f40b9d1a98cd191f4d6f1646ad17
@@ -6535,11 +6547,10 @@ components:
65356547
type: array
65366548
items:
65376549
type: string
6538-
example:
6539-
- Egg punk
6540-
- Noise rock
6550+
deprecated: true
6551+
example: []
65416552
description: |
6542-
A list of the genres the album is associated with. If not yet classified, the array is empty.
6553+
**Deprecated** The array is always empty.
65436554
label:
65446555
type: string
65456556
description: |

official-spotify-open-api.yml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ paths:
225225
- oauth_2_0: []
226226
/artists/{id}/related-artists:
227227
get:
228+
deprecated: true
228229
tags:
229230
- Artists
230231
operationId: get-an-artists-related-artists
@@ -1884,6 +1885,7 @@ paths:
18841885
- playlist-modify-private
18851886
/browse/featured-playlists:
18861887
get:
1888+
deprecated: true
18871889
tags:
18881890
- Playlists
18891891
operationId: get-featured-playlists
@@ -1989,6 +1991,7 @@ paths:
19891991
- oauth_2_0: []
19901992
/browse/categories/{category_id}/playlists:
19911993
get:
1994+
deprecated: true
19921995
tags:
19931996
- Playlists
19941997
- Categories
@@ -2266,7 +2269,7 @@ paths:
22662269
items:
22672270
type: string
22682271
responses:
2269-
'200':
2272+
'204':
22702273
description: Artist or user unfollowed
22712274
'401':
22722275
$ref: '#/components/responses/Unauthorized'
@@ -2356,6 +2359,7 @@ paths:
23562359
- oauth_2_0: []
23572360
/audio-features:
23582361
get:
2362+
deprecated: true
23592363
tags:
23602364
- Tracks
23612365
operationId: get-several-audio-features
@@ -2389,6 +2393,7 @@ paths:
23892393
- oauth_2_0: []
23902394
/audio-features/{id}:
23912395
get:
2396+
deprecated: true
23922397
tags:
23932398
- Tracks
23942399
operationId: get-audio-features
@@ -2422,6 +2427,7 @@ paths:
24222427
- oauth_2_0: []
24232428
/audio-analysis/{id}:
24242429
get:
2430+
deprecated: true
24252431
tags:
24262432
- Tracks
24272433
operationId: get-audio-analysis
@@ -2453,6 +2459,7 @@ paths:
24532459
- oauth_2_0: []
24542460
/recommendations:
24552461
get:
2462+
deprecated: true
24562463
tags:
24572464
- Tracks
24582465
operationId: get-recommendations
@@ -2913,6 +2920,7 @@ paths:
29132920
- oauth_2_0: []
29142921
/recommendations/available-genre-seeds:
29152922
get:
2923+
deprecated: true
29162924
tags:
29172925
- Genres
29182926
operationId: get-recommendation-genres
@@ -5089,6 +5097,7 @@ components:
50895097
type: string
50905098
description: The name of the track.
50915099
preview_url:
5100+
deprecated: true
50925101
type: string
50935102
nullable: true
50945103
description: |
@@ -5849,6 +5858,7 @@ components:
58495858
description: |
58505859
The popularity of the track. The value will be between 0 and 100, with 100 being the most popular.<br/>The popularity of a track is a value between 0 and 100, with 100 being the most popular. The popularity is calculated by algorithm and is based, in the most part, on the total number of plays the track has had and how recent those plays are.<br/>Generally speaking, songs that are being played a lot now will have a higher popularity than songs that were played a lot in the past. Duplicate tracks (e.g. the same track from a single and an album) are rated independently. Artist and album popularity is derived mathematically from track popularity. _**Note**: the popularity value may lag actual popularity by a few days: the value is not updated in real time._
58515860
preview_url:
5861+
deprecated: true
58525862
type: string
58535863
nullable: true
58545864
description: |
@@ -5917,6 +5927,7 @@ components:
59175927
- uri
59185928
properties:
59195929
audio_preview_url:
5930+
deprecated: true
59205931
type: string
59215932
nullable: true
59225933
example: https://p.scdn.co/mp3-preview/2f37da1d4221f40b9d1a98cd191f4d6f1646ad17
@@ -6452,6 +6463,7 @@ components:
64526463
- uri
64536464
properties:
64546465
audio_preview_url:
6466+
deprecated: true
64556467
type: string
64566468
nullable: true
64576469
example: https://p.scdn.co/mp3-preview/2f37da1d4221f40b9d1a98cd191f4d6f1646ad17
@@ -6601,9 +6613,10 @@ components:
66016613
type: array
66026614
items:
66036615
type: string
6604-
example: ['Egg punk', 'Noise rock']
6616+
deprecated: true
6617+
example: []
66056618
description: |
6606-
A list of the genres the album is associated with. If not yet classified, the array is empty.
6619+
**Deprecated** The array is always empty.
66076620
label:
66086621
type: string
66096622
description: |

0 commit comments

Comments
 (0)