SpotifyApiSpotify LogoJS

CreatePlaylistQuery playlist.d.ts#L93

The query structure required by the [/users/{id}/playlists] enpoint.


Properties:

NameTypeDescription
collaboratvebooleanDefaults to false. If true the playlist will be collaborative.
OPTIONAL
descriptionstringThe description for the playlist.
OPTIONAL
namestringThe name for the new playlist, for example "Your Coolest Playlist".
publicbooleanDefaults to true. If true the playlist will be public.
OPTIONAL