You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fixed-spotify-open-api.yml
+23-13Lines changed: 23 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -843,7 +843,7 @@ paths:
843
843
public:
844
844
type: boolean
845
845
description: |
846
-
If `true` the playlist will be public, if `false` it will be private.
846
+
The playlist's public/private status (if it should be added to the user's profile or not): `true` the playlist will be public, `false` the playlist will be private, `null` the playlist status is not relevant. For more about public/private status, see [Working with Playlists](/documentation/web-api/concepts/playlists)
847
847
collaborative:
848
848
type: boolean
849
849
description: |
@@ -1744,7 +1744,7 @@ paths:
1744
1744
public:
1745
1745
type: boolean
1746
1746
description: |
1747
-
Defaults to `true`. If `true` the playlist will be public, if `false` it will be private. To be able to create private playlists, the user must have granted the `playlist-modify-private` [scope](/documentation/web-api/concepts/scopes/#list-of-scopes)
1747
+
Defaults to `true`. The playlist's public/private status (if it should be added to the user's profile or not): `true` the playlist will be public, `false` the playlist will be private. To be able to create private playlists, the user must have granted the `playlist-modify-private` [scope](/documentation/web-api/concepts/scopes/#list-of-scopes). For more about public/private status, see [Working with Playlists](/documentation/web-api/concepts/playlists)
1748
1748
collaborative:
1749
1749
type: boolean
1750
1750
description: |
@@ -1790,7 +1790,7 @@ paths:
1790
1790
public:
1791
1791
type: boolean
1792
1792
description: |
1793
-
Defaults to `true`. If `true` the playlist will be included in user's public playlists, if `false` it will remain private.
1793
+
Defaults to `true`. If `true` the playlist will be included in user's public playlists (added to profile), if `false` it will remain private. For more about public/private status, see [Working with Playlists](/documentation/web-api/concepts/playlists)
1794
1794
responses:
1795
1795
"200":
1796
1796
description: Playlist followed
@@ -2258,23 +2258,23 @@ paths:
2258
2258
- Playlists
2259
2259
operationId: check-if-user-follows-playlist
2260
2260
summary: |
2261
-
Check if Users Follow Playlist
2261
+
Check if Current User Follows Playlist
2262
2262
description: |
2263
-
Check to see if one or more Spotify users are following a specified playlist.
2263
+
Check to see if the current user is following a specified playlist.
2264
2264
parameters:
2265
2265
- $ref: '#/components/parameters/PathPlaylistId'
2266
2266
- name: ids
2267
-
required: true
2267
+
required: false
2268
2268
in: query
2269
2269
schema:
2270
2270
title: Spotify user IDs
2271
2271
description: |
2272
-
A comma-separated list of [Spotify User IDs](/documentation/web-api/concepts/spotify-uris-ids) ; the ids of the users that you want to check to see if they follow the playlist. Maximum: 5 ids.
2273
-
example: "jmperezperez,thelinmichael,wizzler"
2272
+
**Deprecated** A single item list containing current user's [Spotify Username](/documentation/web-api/concepts/spotify-uris-ids). Maximum: 1 id.
description: "Array of boolean, containing a single boolean"
3990
+
content:
3991
+
application/json:
3992
+
schema:
3993
+
type: array
3994
+
example:
3995
+
- true
3996
+
items:
3997
+
type: boolean
3988
3998
Queue:
3989
3999
description: Information about the queue
3990
4000
content:
@@ -4301,8 +4311,8 @@ components:
4301
4311
description: A Context Object. Can be `null`.
4302
4312
timestamp:
4303
4313
type: integer
4304
-
description: Unix Millisecond Timestamp when data was fetched.
4305
-
format: int64
4314
+
description: "Unix Millisecond Timestamp when playback state was last changed\
4315
+
\ (play, pause, skip, scrub, new song, etc.)."
4306
4316
progress_ms:
4307
4317
type: integer
4308
4318
description: Progress into the currently playing track or episode. Can be
@@ -5531,7 +5541,7 @@ components:
5531
5541
public:
5532
5542
type: boolean
5533
5543
description: |
5534
-
The playlist's public/private status: `true` the playlist is public, `false` the playlist is private, `null` the playlist status is not relevant. For more about public/private status, see [Working with Playlists](/documentation/web-api/concepts/playlists)
5544
+
The playlist's public/private status (if it is added to the user's profile): `true` the playlist is public, `false` the playlist is private, `null` the playlist status is not relevant. For more about public/private status, see [Working with Playlists](/documentation/web-api/concepts/playlists)
5535
5545
snapshot_id:
5536
5546
type: string
5537
5547
description: |
@@ -5593,7 +5603,7 @@ components:
5593
5603
public:
5594
5604
type: boolean
5595
5605
description: |
5596
-
The playlist's public/private status: `true` the playlist is public, `false` the playlist is private, `null` the playlist status is not relevant. For more about public/private status, see [Working with Playlists](/documentation/web-api/concepts/playlists)
5606
+
The playlist's public/private status (if it is added to the user's profile): `true` the playlist is public, `false` the playlist is private, `null` the playlist status is not relevant. For more about public/private status, see [Working with Playlists](/documentation/web-api/concepts/playlists)
Copy file name to clipboardExpand all lines: official-spotify-open-api.yml
+22-12Lines changed: 22 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -889,7 +889,7 @@ paths:
889
889
public:
890
890
type: boolean
891
891
description: |
892
-
If `true` the playlist will be public, if `false` it will be private.
892
+
The playlist's public/private status (if it should be added to the user's profile or not): `true` the playlist will be public, `false` the playlist will be private, `null` the playlist status is not relevant. For more about public/private status, see [Working with Playlists](/documentation/web-api/concepts/playlists)
893
893
collaborative:
894
894
type: boolean
895
895
description: |
@@ -1798,7 +1798,7 @@ paths:
1798
1798
public:
1799
1799
type: boolean
1800
1800
description: |
1801
-
Defaults to `true`. If `true` the playlist will be public, if `false` it will be private. To be able to create private playlists, the user must have granted the `playlist-modify-private` [scope](/documentation/web-api/concepts/scopes/#list-of-scopes)
1801
+
Defaults to `true`. The playlist's public/private status (if it should be added to the user's profile or not): `true` the playlist will be public, `false` the playlist will be private. To be able to create private playlists, the user must have granted the `playlist-modify-private` [scope](/documentation/web-api/concepts/scopes/#list-of-scopes). For more about public/private status, see [Working with Playlists](/documentation/web-api/concepts/playlists)
1802
1802
collaborative:
1803
1803
type: boolean
1804
1804
description: |
@@ -1844,7 +1844,7 @@ paths:
1844
1844
public:
1845
1845
type: boolean
1846
1846
description: |
1847
-
Defaults to `true`. If `true` the playlist will be included in user's public playlists, if `false` it will remain private.
1847
+
Defaults to `true`. If `true` the playlist will be included in user's public playlists (added to profile), if `false` it will remain private. For more about public/private status, see [Working with Playlists](/documentation/web-api/concepts/playlists)
1848
1848
responses:
1849
1849
'200':
1850
1850
description: Playlist followed
@@ -2329,23 +2329,23 @@ paths:
2329
2329
- Playlists
2330
2330
operationId: check-if-user-follows-playlist
2331
2331
summary: |
2332
-
Check if Users Follow Playlist
2332
+
Check if Current User Follows Playlist
2333
2333
description: |
2334
-
Check to see if one or more Spotify users are following a specified playlist.
2334
+
Check to see if the current user is following a specified playlist.
2335
2335
parameters:
2336
2336
- $ref: '#/components/parameters/PathPlaylistId'
2337
2337
- name: ids
2338
-
required: true
2338
+
required: false
2339
2339
in: query
2340
2340
schema:
2341
2341
title: Spotify user IDs
2342
2342
description: |
2343
-
A comma-separated list of [Spotify User IDs](/documentation/web-api/concepts/spotify-uris-ids) ; the ids of the users that you want to check to see if they follow the playlist. Maximum: 5 ids.
2344
-
example: jmperezperez,thelinmichael,wizzler
2343
+
**Deprecated** A single item list containing current user's [Spotify Username](/documentation/web-api/concepts/spotify-uris-ids). Maximum: 1 id.
description: Array of boolean, containing a single boolean
4123
+
content:
4124
+
application/json:
4125
+
schema:
4126
+
type: array
4127
+
example: [true]
4128
+
items:
4129
+
type: boolean
4130
+
4121
4131
Queue:
4122
4132
description: Information about the queue
4123
4133
content:
@@ -4411,7 +4421,7 @@ components:
4411
4421
description: A Context Object. Can be `null`.
4412
4422
timestamp:
4413
4423
type: integer
4414
-
description: Unix Millisecond Timestamp when data was fetched.
4424
+
description: Unix Millisecond Timestamp when playback state was last changed (play, pause, skip, scrub, new song, etc.).
4415
4425
progress_ms:
4416
4426
type: integer
4417
4427
description: Progress into the currently playing track or episode. Can be `null`.
@@ -5598,7 +5608,7 @@ components:
5598
5608
public:
5599
5609
type: boolean
5600
5610
description: |
5601
-
The playlist's public/private status: `true` the playlist is public, `false` the playlist is private, `null` the playlist status is not relevant. For more about public/private status, see [Working with Playlists](/documentation/web-api/concepts/playlists)
5611
+
The playlist's public/private status (if it is added to the user's profile): `true` the playlist is public, `false` the playlist is private, `null` the playlist status is not relevant. For more about public/private status, see [Working with Playlists](/documentation/web-api/concepts/playlists)
5602
5612
snapshot_id:
5603
5613
type: string
5604
5614
description: |
@@ -5661,7 +5671,7 @@ components:
5661
5671
public:
5662
5672
type: boolean
5663
5673
description: |
5664
-
The playlist's public/private status: `true` the playlist is public, `false` the playlist is private, `null` the playlist status is not relevant. For more about public/private status, see [Working with Playlists](/documentation/web-api/concepts/playlists)
5674
+
The playlist's public/private status (if it is added to the user's profile): `true` the playlist is public, `false` the playlist is private, `null` the playlist status is not relevant. For more about public/private status, see [Working with Playlists](/documentation/web-api/concepts/playlists)
0 commit comments