POST api/Music/Update
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"MusicId": "c0a341c4-91a3-4ef3-9ebe-bb1ba254906e",
"Name": "sample string 2",
"OSSImagePath": "sample string 3",
"Beat": {
"Normal": 1,
"Running": 2
},
"TagCategorys": [
{
"CategoryId": "76606110-bcf2-4387-a5ae-9fc64eecf333",
"TagIds": [
"6e5147d9-c00d-436f-a5e5-937499691299",
"095dd654-4fe1-4664-b5ce-0780923fd7b3",
"5f74f8ba-20d0-444c-a2ae-08bec0be9b9e"
]
},
{
"CategoryId": "76606110-bcf2-4387-a5ae-9fc64eecf333",
"TagIds": [
"6e5147d9-c00d-436f-a5e5-937499691299",
"095dd654-4fe1-4664-b5ce-0780923fd7b3",
"5f74f8ba-20d0-444c-a2ae-08bec0be9b9e"
]
},
{
"CategoryId": "76606110-bcf2-4387-a5ae-9fc64eecf333",
"TagIds": [
"6e5147d9-c00d-436f-a5e5-937499691299",
"095dd654-4fe1-4664-b5ce-0780923fd7b3",
"5f74f8ba-20d0-444c-a2ae-08bec0be9b9e"
]
}
],
"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"
}