Replace the image used to represent a specific playlist.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request PUT 'https://api.spotify.com/v1/playlists//images' \
--header'Authorization;' \
--header'Content-Type: text/plain' \
--data-raw''
Response Response Example
200 - Example 1
{"error":{"message":"string","status":0}}
Request
Path Params
Header Params
Responses
🟢200OK
application/json
Body
🟢202If you get status code `429`, it means that you have sent too many requests.
If this happens, have a look in the `Retry-After` header, where you will see a number displayed.
This is the amount of seconds that you need to wait, before you can retry sending