PUT api/Radio/update_intro

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
radio
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserId": "2e4e9dbb-f70f-42a9-9031-1dc4683d78e2",
  "UserNick": "sample string 2",
  "HeaderUrl": "sample string 3",
  "RadioId": "c23c8bc4-7073-426d-a61a-858d145523f4",
  "Name": "sample string 5",
  "CoverImage": "sample string 6",
  "Intro": "sample string 7",
  "Tags": [
    {
      "TagId": "f6db3423-21d6-4b07-af2b-f9b32db1c02b",
      "Name": "sample string 2",
      "CoverImageUrl": "sample string 3",
      "sortnumber": 4
    },
    {
      "TagId": "f6db3423-21d6-4b07-af2b-f9b32db1c02b",
      "Name": "sample string 2",
      "CoverImageUrl": "sample string 3",
      "sortnumber": 4
    },
    {
      "TagId": "f6db3423-21d6-4b07-af2b-f9b32db1c02b",
      "Name": "sample string 2",
      "CoverImageUrl": "sample string 3",
      "sortnumber": 4
    }
  ],
  "NumberOfPlay": 8,
  "NumberOfFolder": 9,
  "NumberOfSoundFile": 10,
  "SortType": 0,
  "OnlyNotPlay": true,
  "NumberOfSubscriber": 12,
  "CreateTime": 13,
  "IsSubscribed": 14,
  "Issue": 15,
  "NumberToBeCached": 16,
  "QRImageUrl": "sample string 17",
  "HomepageUrl": "sample string 18",
  "Identifier": "sample string 19",
  "SmallImagePath": "sample string 20",
  "LargeImagePath": "sample string 21",
  "MiddleImagePath": "sample string 22",
  "OSSImagePath": "sample string 23",
  "QrImage": "sample string 24"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

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