Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.34 KB

File metadata and controls

11 lines (7 loc) · 1.34 KB

AddTracksToPlaylistRequest

Properties

Name Type Description Notes
position int The position to insert the items, a zero-based index. For example, to insert the items in the first position: `position=0` ; to insert the items in the third position: `position=2`. If omitted, the items will be appended to the playlist. Items are added in the order they appear in the uris array. For example: `{"uris": ["spotify:track:4iV5W9uYEdYUVa79Axb7Rh","spotify:track:1301WleyT98MSxVHPZCA6M"], "position": 3}` [optional]
uris string A JSON array of the Spotify URIs to add. For example: `{&quot;uris&quot;: [&quot;spotify:track:4iV5W9uYEdYUVa79Axb7Rh&quot;,&quot;spotify:track:1301WleyT98MSxVHPZCA6M&quot;, &quot;spotify:episode:512ojhOuo1ktJprKbVcKyQ&quot;]}`<br/>A maximum of 100 items can be added in one request. Note: if the `uris` parameter is present in the query string, any URIs listed here in the body will be ignored. [optional]

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