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