POST api/v2/me/playlists
Request Information
URI Parameters
None.
Body Parameters
Body4| 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.