change Playlist Details
suspend fun changePlaylistDetails(playlistId: String, body: ChangePlaylistDetailsRequest): SpotifyApiResponse<Boolean>
Changes metadata for a Spotify playlist.
Return
Wrapped Spotify API response. data is true when Spotify accepted the operation.
Parameters
playlist Id
Spotify playlist ID.
body
Request payload object serialized for this endpoint.