POST api/PersonalPlayList/Update

修改播单的信息

Request Information

Parameters

NameDescriptionAdditional information
songList

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SongListId": "2ab886cf-11a8-4003-86fe-8b79ac1dd2ac",
  "Title": "sample string 2",
  "CoverImagePath": "sample string 3",
  "SongCount": 4,
  "Duration": 5,
  "SizeInBytes": 6,
  "UserName": "sample string 7",
  "Intro": "sample string 8",
  "Channels": [
    {
      "ChannelId": "5910c411-aa6a-44c0-a88a-baab22cb32d3",
      "ChannelName": "sample string 2",
      "TargetId": "8edd215b-5f8f-454e-aa41-1315f8650a3c"
    },
    {
      "ChannelId": "5910c411-aa6a-44c0-a88a-baab22cb32d3",
      "ChannelName": "sample string 2",
      "TargetId": "8edd215b-5f8f-454e-aa41-1315f8650a3c"
    },
    {
      "ChannelId": "5910c411-aa6a-44c0-a88a-baab22cb32d3",
      "ChannelName": "sample string 2",
      "TargetId": "8edd215b-5f8f-454e-aa41-1315f8650a3c"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}