POST api/channel/UpdateChannel

043 修改个人频道 fdy160330

Request Information

Parameters

NameDescriptionAdditional information
model
channel

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ChannelId": "1e071941-e13e-4c26-ab2b-d13357e61eff",
  "Name": "sample string 2",
  "CollectCount": 3,
  "CommentCount": 4,
  "PlayCount": 5,
  "ShareCount": 6,
  "Summary": "sample string 7",
  "SubscribeCount": 8,
  "FileBPM": 0,
  "HotFirst": 0,
  "LikeRepeat": 0,
  "OldNewFirst": 0,
  "SongFirst": 0,
  "OSSImagePath": "sample string 9",
  "TargetId": "80ee8db9-1c19-41be-963b-eb3fc2d81774",
  "Type": 0,
  "NumberOfToBeCached": 11,
  "DisplayShareContent": true,
  "DisplayShareComment": true,
  "IsOffLine": true,
  "CreateTime": 15,
  "IsAvailable": true,
  "Version": "sample string 17"
}

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