Class SaveEpisodesUserRequest
- java.lang.Object
-
- de.sonallux.spotify.api.apis.library.SaveEpisodesUserRequest
-
public class SaveEpisodesUserRequest extends Object
Save Episodes for User requestRequired OAuth scopes
user-library-modifyResponse
On success, the HTTP status code in the response header is
200OK. On error, the header status code is an error code and the response body contains an error object. Trying to add an episode when you do not have the user's authorization, returns error403Forbidden.
-
-
Constructor Summary
Constructors Constructor Description SaveEpisodesUserRequest(ApiClient apiClient, List<String> ids)Save Episodes for User request
-
-
-
Constructor Detail
-
SaveEpisodesUserRequest
public SaveEpisodesUserRequest(ApiClient apiClient, List<String> ids)
Save Episodes for User request
- Parameters:
apiClient-The API client
ids-A JSON array of the Spotify IDs.
A maximum of 50 items can be specified in one request. Note: if theidsparameter is present in the query string, any IDs listed here in the body will be ignored.
-
-