Record
reorder-or-replace-playlists-tracks-params
No description available.
record reorder-or-replace-playlists-tracks-params {
playlist-id: string,
uris: option<string>,
insert-before: option<s32>,
range-length: option<s32>,
range-start: option<s32>,
snapshot-id: option<string>,
uris-v2: option<list<string>>,
}Fields
| Name | Type | Description |
|---|---|---|
| playlist-id | string | |
| uris | option<string> | |
| insert-before | option<s32> | |
| range-length | option<s32> | |
| range-start | option<s32> | |
| snapshot-id | option<string> | |
| uris-v2 | option<list<string>> |