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": "5e4ee484-b338-4598-82ba-bc06fc9a7d99",
  "Name": "sample string 2",
  "OSSImagePath": "sample string 3",
  "Beat": {
    "Normal": 1,
    "Running": 2
  },
  "TagCategorys": [
    {
      "CategoryId": "791b80c7-4c87-4a6c-8e55-cebf9ad7a0f4",
      "TagIds": [
        "5955dd0f-6fe7-4332-b352-75dc00dac985",
        "f00c7a47-35a9-44f5-893c-13b5d09679f7",
        "8926aae8-5686-4fb7-9583-02fee544ded9"
      ]
    },
    {
      "CategoryId": "791b80c7-4c87-4a6c-8e55-cebf9ad7a0f4",
      "TagIds": [
        "5955dd0f-6fe7-4332-b352-75dc00dac985",
        "f00c7a47-35a9-44f5-893c-13b5d09679f7",
        "8926aae8-5686-4fb7-9583-02fee544ded9"
      ]
    },
    {
      "CategoryId": "791b80c7-4c87-4a6c-8e55-cebf9ad7a0f4",
      "TagIds": [
        "5955dd0f-6fe7-4332-b352-75dc00dac985",
        "f00c7a47-35a9-44f5-893c-13b5d09679f7",
        "8926aae8-5686-4fb7-9583-02fee544ded9"
      ]
    }
  ],
  "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"
}