spotify / web-api

This issue tracker is no longer used. Join us in the Spotify for Developers forum for support with the Spotify Web API ➡️ https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer
981 stars 79 forks source link

When I run the Pause, there is no return value for success. #805

Open dusikoh opened 6 years ago

dusikoh commented 6 years ago

Issue found on February 19th 2015.

Endpoint(s):

PUT /v1/me/player/pause

Scope(s):

user-modify-playback-state

Steps to reproduce:

  1. open the url : https://beta.developer.spotify.com/console/put-pause/
  2. After "get Token", select "Try it"

Expected behaviour:

The return value of 204 or 202 should be shown.

Actual behaviour:

I can not see any value.

bih commented 6 years ago

Hey @dusikoh! With the Pause endpoint, a success usually turns a 200 OK. We don't show status codes in the Console right now, though we should. It should at least indicate to you that a successful action has happened - so I'll leave this open as a bug report so we can replicate this and investigate!

Thanks for the feedback!