<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Playlist Description Update via API Fails Intermittently in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Playlist-Description-Update-via-API-Fails-Intermittently/m-p/5470992#M7316</link>
    <description>&lt;P&gt;In my application, I make updates to playlist descriptions using Spotify's API. Despite receiving 200 OK responses from the&amp;nbsp;&lt;A href="https://api.spotify.com/v1/playlists/{playlsitId}" target="_blank"&gt;https://api.spotify.com/v1/playlists/{playlsitId} &lt;/A&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any guidance on on this is greatly appreciated. Happy to provide logs for specific requests as needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Request:&lt;/P&gt;&lt;P&gt;PUT&amp;nbsp;&lt;A href="https://api.spotify.com/v1/playlists/{playlsitId}" target="_blank"&gt;https://api.spotify.com/v1/playlists/{playlsitId}&lt;/A&gt;&lt;/P&gt;&lt;P&gt;data: {&lt;/P&gt;&lt;P&gt;&amp;nbsp; description: "test"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Response:&lt;/P&gt;&lt;P&gt;200 OK&lt;/P&gt;&lt;P&gt;data: ""&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm including authN/authZ as documented here:&amp;nbsp;&lt;A href="https://developer.spotify.com/documentation/general/guides/authorization/" target="_blank"&gt;https://developer.spotify.com/documentation/general/guides/authorization/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Dec 2022 15:37:23 GMT</pubDate>
    <dc:creator>sconnorc</dc:creator>
    <dc:date>2022-12-09T15:37:23Z</dc:date>
    <item>
      <title>Playlist Description Update via API Fails Intermittently</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Playlist-Description-Update-via-API-Fails-Intermittently/m-p/5470992#M7316</link>
      <description>&lt;P&gt;In my application, I make updates to playlist descriptions using Spotify's API. Despite receiving 200 OK responses from the&amp;nbsp;&lt;A href="https://api.spotify.com/v1/playlists/{playlsitId}" target="_blank"&gt;https://api.spotify.com/v1/playlists/{playlsitId} &lt;/A&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any guidance on on this is greatly appreciated. Happy to provide logs for specific requests as needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Request:&lt;/P&gt;&lt;P&gt;PUT&amp;nbsp;&lt;A href="https://api.spotify.com/v1/playlists/{playlsitId}" target="_blank"&gt;https://api.spotify.com/v1/playlists/{playlsitId}&lt;/A&gt;&lt;/P&gt;&lt;P&gt;data: {&lt;/P&gt;&lt;P&gt;&amp;nbsp; description: "test"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Response:&lt;/P&gt;&lt;P&gt;200 OK&lt;/P&gt;&lt;P&gt;data: ""&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm including authN/authZ as documented here:&amp;nbsp;&lt;A href="https://developer.spotify.com/documentation/general/guides/authorization/" target="_blank"&gt;https://developer.spotify.com/documentation/general/guides/authorization/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 15:37:23 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Playlist-Description-Update-via-API-Fails-Intermittently/m-p/5470992#M7316</guid>
      <dc:creator>sconnorc</dc:creator>
      <dc:date>2022-12-09T15:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Playlist Description Update via API Fails Intermittently</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Playlist-Description-Update-via-API-Fails-Intermittently/m-p/5471000#M7318</link>
      <description>&lt;P&gt;I sometimes have the same issue when creating a new playlist. When I include a description in the “creates playlist” request, it sometimes leaves the description field blank.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 15:58:35 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Playlist-Description-Update-via-API-Fails-Intermittently/m-p/5471000#M7318</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2022-12-09T15:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Playlist Description Update via API Fails Intermittently</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Playlist-Description-Update-via-API-Fails-Intermittently/m-p/5626903#M10418</link>
      <description>&lt;P&gt;I have the same exact issue. I tried changing the public flag to see if it was an issue with public/private playlists, but I haven't found a way to consistently add a description when creating a playlist.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 17:22:12 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Playlist-Description-Update-via-API-Fails-Intermittently/m-p/5626903#M10418</guid>
      <dc:creator>kodyyuen</dc:creator>
      <dc:date>2023-08-23T17:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Playlist Description Update via API Fails Intermittently</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Playlist-Description-Update-via-API-Fails-Intermittently/m-p/5799204#M12160</link>
      <description>&lt;P&gt;I too have the same issue. Setting the description of the created playlist is really important for the application I'm developing.&lt;/P&gt;&lt;P&gt;My current work-around (which is also not reliable) is to keep updating the description of the playlist, if it was not set during creation. (with a cap on the amount of retries)&lt;/P&gt;&lt;P&gt;However since the update endpoint, just like the playlist creation endpoint, sometimes skips the description, this is not very reliable.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jan 2024 12:10:41 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Playlist-Description-Update-via-API-Fails-Intermittently/m-p/5799204#M12160</guid>
      <dc:creator>steinjnkreu</dc:creator>
      <dc:date>2024-01-06T12:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Playlist Description Update via API Fails Intermittently</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Playlist-Description-Update-via-API-Fails-Intermittently/m-p/6647283#M16584</link>
      <description>&lt;P&gt;Anyone have better luck with this? It's clear they don't really maintain this API&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jan 2025 19:12:24 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Playlist-Description-Update-via-API-Fails-Intermittently/m-p/6647283#M16584</guid>
      <dc:creator>kane123</dc:creator>
      <dc:date>2025-01-12T19:12:24Z</dc:date>
    </item>
  </channel>
</rss>

