Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.37 KB

File metadata and controls

13 lines (9 loc) · 1.37 KB

CreatePlaylistRequest

Properties

Name Type Description Notes
collaborative bool Defaults to `false`. If `true` the playlist will be collaborative. Note: to create a collaborative playlist you must also set `public` to `false`. To create collaborative playlists you must have granted `playlist-modify-private` and `playlist-modify-public` scopes. [optional]
description string value for playlist description as displayed in Spotify Clients and in the Web API. [optional]
name string The name for the new playlist, for example `"Your Coolest Playlist"`. This name does not need to be unique; a user may have several playlists with the same name.
public bool Defaults to `true`. If `true` the playlist will be public, if `false` it will be private. To be able to create private playlists, the user must have granted the `playlist-modify-private` scope [optional]

[Back to Model list] [Back to API list] [Back to README]