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": "b6b26ae8-0963-42da-86fd-76817d8ec145",
  "Title": "sample string 2",
  "CoverImagePath": "sample string 3",
  "SongCount": 4,
  "Duration": 5,
  "SizeInBytes": 6,
  "UserName": "sample string 7",
  "Intro": "sample string 8",
  "Channels": [
    {
      "ChannelId": "0f1a046b-0b02-49f2-b4a8-04bc3d59d57d",
      "ChannelName": "sample string 2",
      "TargetId": "4d277b87-628c-4fa4-9407-0838f68cc020"
    },
    {
      "ChannelId": "0f1a046b-0b02-49f2-b4a8-04bc3d59d57d",
      "ChannelName": "sample string 2",
      "TargetId": "4d277b87-628c-4fa4-9407-0838f68cc020"
    },
    {
      "ChannelId": "0f1a046b-0b02-49f2-b4a8-04bc3d59d57d",
      "ChannelName": "sample string 2",
      "TargetId": "4d277b87-628c-4fa4-9407-0838f68cc020"
    }
  ]
}

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"
}