You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 I think it's ok to say "this resource exists but you don't have access" — the code is open source anyway 2 No access_token cookie OR access_token not found in userid cache; this assumes the refresh token endpoint will be moved out of /api/
The text was updated successfully, but these errors were encountered:
Living document of what status codes different endpoints will have:
/admin/*
, wrong admin key/api/*
, not logged in2/api/playlists/:id[/*]
, id doesn't exist OR exists but user is not allowed/api/playlists/:id[/*]
, spotify playlist doesn't exist (if checked)POST /api/playlists/:pid/tracks/:tid/chat
PUT /api/playlists/:pid/tracks/:tid/removed
POST /api/playlists/:id/tracks
POST /api/playlists/:id/chat
1 I think it's ok to say "this resource exists but you don't have access" — the code is open source anyway
2 No access_token cookie OR access_token not found in userid cache; this assumes the refresh token endpoint will be moved out of
/api/
The text was updated successfully, but these errors were encountered: