POST api/Music/Update

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "MusicId": "509587ec-3fbe-4a7c-a171-1f486728de1e",
  "Name": "sample string 2",
  "OSSImagePath": "sample string 3",
  "Beat": {
    "Normal": 1,
    "Running": 2
  },
  "TagCategorys": [
    {
      "CategoryId": "a7dcf41b-6b32-4ab0-9b68-d7fea584f69e",
      "TagIds": [
        "c78a03b7-892d-44e7-835a-a1f051cdc69a",
        "c66e1dee-57e6-4876-9881-5ab3e41d1071",
        "b3f237d2-3839-4eaf-9e4e-be2b8f648fe1"
      ]
    },
    {
      "CategoryId": "a7dcf41b-6b32-4ab0-9b68-d7fea584f69e",
      "TagIds": [
        "c78a03b7-892d-44e7-835a-a1f051cdc69a",
        "c66e1dee-57e6-4876-9881-5ab3e41d1071",
        "b3f237d2-3839-4eaf-9e4e-be2b8f648fe1"
      ]
    },
    {
      "CategoryId": "a7dcf41b-6b32-4ab0-9b68-d7fea584f69e",
      "TagIds": [
        "c78a03b7-892d-44e7-835a-a1f051cdc69a",
        "c66e1dee-57e6-4876-9881-5ab3e41d1071",
        "b3f237d2-3839-4eaf-9e4e-be2b8f648fe1"
      ]
    }
  ],
  "Preference": [
    {
      "sample string 1": 2,
      "sample string 3": 4,
      "sample string 5": 6
    },
    {
      "sample string 1": 2,
      "sample string 3": 4,
      "sample string 5": 6
    },
    {
      "sample string 1": 2,
      "sample string 3": 4,
      "sample string 5": 6
    }
  ]
}

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