PUT api/v2/playlists/{playlist_id}/tracks
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| playlist_id | string |
Required |
Body Parameters
Body3| Name | Description | Type | Additional information |
|---|---|---|---|
| range_start | integer |
None. |
|
| range_length | integer |
None. |
|
| insert_before | integer |
None. |
|
| AdditionalProperties | Dictionary of string [key] and Object [value] |
None. |
Request Formats
application/json, text/json
Sample:
{
"range_start": 1,
"range_length": 2,
"insert_before": 3,
"sample string 1": {},
"sample string 3": {}
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.