update Playlist Items
suspend fun updatePlaylistItems(playlistId: String, body: UpdatePlaylistItemsRequest? = null, uris: List<String>? = null): SpotifyApiResponse<SnapshotIdResponse>
Reorders or replaces items in a Spotify playlist.
Return
Wrapped Spotify API response with status code and parsed Spotify payload.
Parameters
playlist Id
Spotify playlist ID.
body
Request payload object serialized for this endpoint.
uris
Spotify URIs of target resources.