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
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -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.
Copy file name to clipboardExpand all lines: official-spotify-open-api.yml
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -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.
0 commit comments