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
varreorderResponseDescription = "On a successful **reorder** operation, the response" +
93
-
" body contains a `snapshot_id` in JSON format and the HTTP status code" +
94
-
" in the response header is `200` OK. The `snapshot_id` can be used to" +
95
-
" identify your playlist version in future requests.";
96
-
97
-
varreplaceResponseDescription = "On a successful **replace** operation, the HTTP status" +
98
-
" code in the response header is `201` Created.";
99
-
100
-
varerrorResponseDescription = "On error, the header status code is an [error code](https://developer.spotify.com/documentation/web-api/#response-status-codes)," +
101
-
" the response body contains an [error object](https://developer.spotify.com/documentation/web-api/#response-schema)," +
102
-
" and the existing playlist is unmodified. Trying to set an item when you" +
103
-
" do not have the user's authorization returns error `403` Forbidden.";
0 commit comments