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": "900c0472-b843-4bfe-b7aa-0e03952fdcd3",
  "Title": "sample string 2",
  "CoverImagePath": "sample string 3",
  "SongCount": 4,
  "Duration": 5,
  "SizeInBytes": 6,
  "UserName": "sample string 7",
  "Intro": "sample string 8",
  "Channels": [
    {
      "ChannelId": "9bef97a0-32b8-4e6f-89f2-b1696850a78b",
      "ChannelName": "sample string 2",
      "TargetId": "88958723-8d18-4af3-b158-c0ea51c087f4"
    },
    {
      "ChannelId": "9bef97a0-32b8-4e6f-89f2-b1696850a78b",
      "ChannelName": "sample string 2",
      "TargetId": "88958723-8d18-4af3-b158-c0ea51c087f4"
    },
    {
      "ChannelId": "9bef97a0-32b8-4e6f-89f2-b1696850a78b",
      "ChannelName": "sample string 2",
      "TargetId": "88958723-8d18-4af3-b158-c0ea51c087f4"
    }
  ]
}

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