CreatePlaylistQuery playlist.d.ts#L93
The query structure required by the [/users/{id}/playlists] enpoint.
Properties:
| Name | Type | Description |
|---|---|---|
| collaboratve | boolean | Defaults to false. If true the playlist will be collaborative. OPTIONAL |
| description | string | The description for the playlist. OPTIONAL |
| name | string | The name for the new playlist, for example "Your Coolest Playlist". |
| public | boolean | Defaults to true. If true the playlist will be public. OPTIONAL |