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": "541c4eb4-0aa5-4329-b225-7da81061a848",
  "Name": "sample string 2",
  "OSSImagePath": "sample string 3",
  "Beat": {
    "Normal": 1,
    "Running": 2
  },
  "TagCategorys": [
    {
      "CategoryId": "3c3399c4-a6d0-454a-a50b-153d24bae631",
      "TagIds": [
        "a2c6dd0d-4689-4891-9d2f-bce4e674973c",
        "6b7e20ca-b673-45a9-ad62-844492e996b2",
        "7e870453-e28b-4625-8b84-8af8263ea705"
      ]
    },
    {
      "CategoryId": "3c3399c4-a6d0-454a-a50b-153d24bae631",
      "TagIds": [
        "a2c6dd0d-4689-4891-9d2f-bce4e674973c",
        "6b7e20ca-b673-45a9-ad62-844492e996b2",
        "7e870453-e28b-4625-8b84-8af8263ea705"
      ]
    },
    {
      "CategoryId": "3c3399c4-a6d0-454a-a50b-153d24bae631",
      "TagIds": [
        "a2c6dd0d-4689-4891-9d2f-bce4e674973c",
        "6b7e20ca-b673-45a9-ad62-844492e996b2",
        "7e870453-e28b-4625-8b84-8af8263ea705"
      ]
    }
  ],
  "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"
}