Playlist Description Update via API Fails Intermittently
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In my application, I make updates to playlist descriptions using Spotify's API. Despite receiving 200 OK responses from the https://api.spotify.com/v1/playlists/{playlsitId} endpoint, I've found that the playlist description does not always update. In other words, making the same PUT API request multiple times results in a different outcome.
Any guidance on on this is greatly appreciated. Happy to provide logs for specific requests as needed.
Request:
PUT https://api.spotify.com/v1/playlists/{playlsitId}
data: {
description: "test"
}
Response:
200 OK
data: ""
I'm including authN/authZ as documented here: https://developer.spotify.com/documentation/general/guides/authorization/
Labels:
- Labels:
-
api
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page