<?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 Re: Update Playlist Items endpoint returning wrong string value or documentation is wrong in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6046666#M13733</link>
    <description>&lt;P&gt;#0 is the first track, so you need to write&amp;nbsp;&lt;SPAN&gt;{"range_start": 0, "insert_before": 3} to move the first track to the 4th position.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When you tried&amp;nbsp;&amp;nbsp;{"range_start": 1, "insert_before": 3}, the track #2 is supposed to be moved to the 4th position. But for all of us since yesterday, we get a snapshot_id but the playlist is not modified.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 03 May 2024 19:34:47 GMT</pubDate>
    <dc:creator>gwenolechenouard</dc:creator>
    <dc:date>2024-05-03T19:34:47Z</dc:date>
    <item>
      <title>Update Playlist Items endpoint returning wrong string value or documentation is wrong</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6042558#M13693</link>
      <description>&lt;P&gt;&lt;A title="Update Playlist Items endpoint " href="https://developer.spotify.com/documentation/web-api/reference/reorder-or-replace-playlists-tracks" target="_self"&gt;The Update Playlist Items endpoint&lt;/A&gt; all of a sudden started returning the wrong values when reordering items. As per the documentation it is supposed to return the checkpoint ID as a string:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;AAACi5JU+kMmH1WlpKKp8PeBdfLNw0BJ&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now it instead returns a base64-encoded string:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;MTAyNDIzLDdiZWI1Yzg0YmQ2ZGI1ZWE5YWE4ZmEwOTg4ODYwY2VmZmI2ZTAxOTM=&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which when decoded becomes:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;102423,7beb5c84bd6db5ea9aa8fa0988860ceffb6e0193&lt;/P&gt;&lt;P&gt;I.e an integer separated with what looks like a GUID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I derive the checkpoint ID from this now? It used to simply return the checkpoint ID as a string. If I pass the returned value directly as the input parameter&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;snapshot_id=MTAyNDIzLDdiZWI1Yzg0YmQ2ZGI1ZWE5YWE4ZmEwOTg4ODYwY2VmZmI2ZTAxOTM=&lt;/EM&gt; I get a 400: Missing or bad version tag error.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 03:20:13 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6042558#M13693</guid>
      <dc:creator>andersxa</dc:creator>
      <dc:date>2024-05-02T03:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Update Playlist Items endpoint returning wrong string value or documentation is wrong</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6044638#M13705</link>
      <description>&lt;P&gt;Today, May 3rd, the string returned now correctly looks like a snapshot ID. However, the endpoint itself has stopped working and it simply returns the same snapshot ID as the input, so no changes to the actual playlist. Seems like this endpoint is under active development.&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 22:26:26 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6044638#M13705</guid>
      <dc:creator>andersxa</dc:creator>
      <dc:date>2024-05-02T22:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Update Playlist Items endpoint returning wrong string value or documentation is wrong</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6045463#M13717</link>
      <description>&lt;P&gt;Same here !&lt;/P&gt;&lt;P&gt;Since yesterday, I can't reorder my playlists using this endpoint.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 08:24:25 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6045463#M13717</guid>
      <dc:creator>gwenolechenouard</dc:creator>
      <dc:date>2024-05-03T08:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Update Playlist Items endpoint returning wrong string value or documentation is wrong</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6045582#M13720</link>
      <description>&lt;P&gt;Same here. Replace tracks doesn't work, but adding tracks does. Looks like they made changes to the endpoint overnight on a production server, without any advance warning or they're having some kind of bug.&lt;BR /&gt;&lt;BR /&gt;In any case, sending a PUT request to&amp;nbsp;&lt;SPAN class=""&gt;&lt;A href="https://api.spotify.com/v1/playlists/{playlist_id}/tracks" target="_blank" rel="noopener"&gt;https://api.spotify.com/v1/playlists/{playlist_id}/tracks&lt;/A&gt;&amp;nbsp;results in a 405 error at the moment, whereas this has always worked and should still work according to documentation.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 10:03:21 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6045582#M13720</guid>
      <dc:creator>ATLAST</dc:creator>
      <dc:date>2024-05-03T10:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Update Playlist Items endpoint returning wrong string value or documentation is wrong</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6045678#M13721</link>
      <description>&lt;P&gt;Same problem here,&amp;nbsp;&lt;SPAN&gt;returns the same snapshot ID with&amp;nbsp;no changes to the actual playlist.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 11:13:01 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6045678#M13721</guid>
      <dc:creator>evaldorcardoso</dc:creator>
      <dc:date>2024-05-03T11:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Update Playlist Items endpoint returning wrong string value or documentation is wrong</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6045762#M13723</link>
      <description>&lt;P&gt;Yeah, same here. It will change when you&amp;nbsp;&lt;STRONG&gt;add&lt;/STRONG&gt; to the playlist (POST), but not when you re-order / change the playlist (PUT). Looks like someone disabled the PUT request for this endpoint even though this is still the official way according to the documentation so it looks to be a bug. It also wouldn't make any sense as only having the option to add tracks to a playlist would greatly reduce the functionality of the API.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 12:08:20 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6045762#M13723</guid>
      <dc:creator>ATLAST</dc:creator>
      <dc:date>2024-05-03T12:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Update Playlist Items endpoint returning wrong string value or documentation is wrong</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6046064#M13727</link>
      <description>&lt;P&gt;Thanks for reporting this. We recently did do an update on this endpoint, we will look into this and get back as soon as we have more information.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 14:25:15 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6046064#M13727</guid>
      <dc:creator>LambertSpot</dc:creator>
      <dc:date>2024-05-03T14:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Update Playlist Items endpoint returning wrong string value or documentation is wrong</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6046578#M13731</link>
      <description>&lt;P&gt;It looks all related to the above posts, but when I try to move a track to the end of a playlist, e.g. there are 4 tracks in the playlist, and I'm using {"range_start": 1, "insert_before": 4}, I get a "Given positions are out of bounds" error message.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;My code has been working flawlessly for many months until yesterday.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I try {"range_start": 1, "insert_before": 3} it appears to work but the playlist is not modified.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 18:44:33 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6046578#M13731</guid>
      <dc:creator>shuffles</dc:creator>
      <dc:date>2024-05-03T18:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Update Playlist Items endpoint returning wrong string value or documentation is wrong</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6046666#M13733</link>
      <description>&lt;P&gt;#0 is the first track, so you need to write&amp;nbsp;&lt;SPAN&gt;{"range_start": 0, "insert_before": 3} to move the first track to the 4th position.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When you tried&amp;nbsp;&amp;nbsp;{"range_start": 1, "insert_before": 3}, the track #2 is supposed to be moved to the 4th position. But for all of us since yesterday, we get a snapshot_id but the playlist is not modified.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 19:34:47 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6046666#M13733</guid>
      <dc:creator>gwenolechenouard</dc:creator>
      <dc:date>2024-05-03T19:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Update Playlist Items endpoint returning wrong string value or documentation is wrong</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6046746#M13735</link>
      <description>&lt;P&gt;Thanks. The documentation says "To reorder the first item to the last position in a playlist with 10 items, set &lt;EM&gt;range_start&lt;/EM&gt; to 0, and &lt;EM&gt;insert_before&lt;/EM&gt; to 10". Maybe that has changed recently? I'm pretty sure that's how it used to work at least. It would make sense to me, because in my mind if you insert before the last track, the existing last track would still be last track. What makes sense and what actually happens may be two different things of course.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 20:16:46 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6046746#M13735</guid>
      <dc:creator>shuffles</dc:creator>
      <dc:date>2024-05-03T20:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Update Playlist Items endpoint returning wrong string value or documentation is wrong</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6046768#M13736</link>
      <description>&lt;P&gt;Sorry, I was probably wrong with the "insert_before". I'm confused now. You seems more used than me with this endpoint &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 20:25:58 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6046768#M13736</guid>
      <dc:creator>gwenolechenouard</dc:creator>
      <dc:date>2024-05-03T20:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Update Playlist Items endpoint returning wrong string value or documentation is wrong</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6049692#M13756</link>
      <description>&lt;P&gt;Seems like the issue is still ongoing. Multiple days so far. Would've expected the live API to have some method of reverting changes that actively break things rather quickly. Any update on this?&lt;/P&gt;</description>
      <pubDate>Sun, 05 May 2024 06:35:39 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6049692#M13756</guid>
      <dc:creator>LeSqueed</dc:creator>
      <dc:date>2024-05-05T06:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Update Playlist Items endpoint returning wrong string value or documentation is wrong</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6051198#M13773</link>
      <description>&lt;P&gt;Can't believe it's May 6th and this issue is still not resolved in Production,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="https://community.spotify.com/t5/Spotify-for-Developers/Issue-with-Reordering-Tracks-in-Playlist-via-API-Action-Not/m-p/6051175#M13771" target="_blank"&gt;https://community.spotify.com/t5/Spotify-for-Developers/Issue-with-Reordering-Tracks-in-Playlist-via-API-Action-Not/m-p/6051175#M13771&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 05 May 2024 22:09:51 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6051198#M13773</guid>
      <dc:creator>ehtisham</dc:creator>
      <dc:date>2024-05-05T22:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Update Playlist Items endpoint returning wrong string value or documentation is wrong</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6051833#M13780</link>
      <description>&lt;P&gt;We found a bug in the new code. Instead of using the &lt;EM&gt;insert_before&lt;/EM&gt; parameter, we were re-using the &lt;EM&gt;range_start&lt;/EM&gt; parameter. That would explain why attempts to re-order would not actually move anything, since it was being moved to the same position it was already in. Is it now working as expected for you?&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 08:25:10 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6051833#M13780</guid>
      <dc:creator>LambertSpot</dc:creator>
      <dc:date>2024-05-06T08:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Update Playlist Items endpoint returning wrong string value or documentation is wrong</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6051899#M13783</link>
      <description>&lt;P&gt;Hi Lambert,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply and for looking into this. We're currently still getting a 405 error unfortunately when trying to replace the tracks in the playlist. This is with PUT and a bunch of URIs. Everything worked perfect until 3-4 days ago.&lt;BR /&gt;&lt;BR /&gt;We use PUT on the&amp;nbsp;/playlists/[id]/tracks endpoint to first replace the songs in our playlists with up to 100 new ones. And then we use the POST request if we need to add more songs beyond the first 100. The POST request still works fine, but the PUT throws a 405 error that wasn't there before a couple days ago. Hope that helps. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 09:16:44 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6051899#M13783</guid>
      <dc:creator>ATLAST</dc:creator>
      <dc:date>2024-05-06T09:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Update Playlist Items endpoint returning wrong string value or documentation is wrong</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6051932#M13784</link>
      <description>&lt;P&gt;Thanks Lambert. It still does not seem possible to move a track to the end of a playlist. Testing with a playlist with 9 tracks, I can move a track to the last-but-one position (insert_before: 8), but when I try to move it to the end (insert_before: 9) I still get the 'out of bounds' error.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 09:33:00 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6051932#M13784</guid>
      <dc:creator>shuffles</dc:creator>
      <dc:date>2024-05-06T09:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Update Playlist Items endpoint returning wrong string value or documentation is wrong</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6052603#M13789</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I still can't reorder my playlists using this endpoint. A snapshot_id is given back but the playlist order is the same.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 16:24:24 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6052603#M13789</guid>
      <dc:creator>gwenolechenouard</dc:creator>
      <dc:date>2024-05-06T16:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Update Playlist Items endpoint returning wrong string value or documentation is wrong</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6052834#M13793</link>
      <description>&lt;P&gt;It works now&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 18:26:17 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6052834#M13793</guid>
      <dc:creator>gwenolechenouard</dc:creator>
      <dc:date>2024-05-06T18:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Update Playlist Items endpoint returning wrong string value or documentation is wrong</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6053143#M13795</link>
      <description>&lt;P&gt;Interesting. Still a 405 error over here with the PUT request unfortunately.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 20:36:55 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6053143#M13795</guid>
      <dc:creator>ATLAST</dc:creator>
      <dc:date>2024-05-06T20:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Update Playlist Items endpoint returning wrong string value or documentation is wrong</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6053191#M13797</link>
      <description>&lt;P&gt;@&lt;SPAN class=""&gt;&lt;A class="" href="https://community.spotify.com/t5/user/viewprofilepage/user-id/19913145" target="_self"&gt;&lt;SPAN class=""&gt;LambertSpot&lt;/SPAN&gt;&lt;/A&gt;, first of all, thank you for handling/communicating these issues.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Even though playlist updating is &lt;EM&gt;kinda&lt;/EM&gt; working right now, there are still some issues:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN class=""&gt;The returned &lt;EM&gt;snapshot_id&lt;/EM&gt; is exactly the same as the one specified on the request body; this data is particularly important for API consumers that must call this API many times in sequence, since we need the last valid snapshot ID to be specified on the request body of the next API calls. This same issue also happens on other playlist-related APIs (like the &lt;EM&gt;DELETE&lt;/EM&gt; variation of this one, for removing playlist items).&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Moving a track to the end of a playlist, as @&lt;SPAN class=""&gt;&lt;A class="" href="https://community.spotify.com/t5/user/viewprofilepage/user-id/5874239" target="_self"&gt;&lt;SPAN class=""&gt;shuffles&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt; mentioned, is indeed not working (for me, the API is returning 502 Bad Gateway with an empty message).&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 06 May 2024 21:33:37 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Update-Playlist-Items-endpoint-returning-wrong-string-value-or/m-p/6053191#M13797</guid>
      <dc:creator>JoaaoVerona</dc:creator>
      <dc:date>2024-05-06T21:33:37Z</dc:date>
    </item>
  </channel>
</rss>

