POST api/AlarmClockMaterial/Update
修改闹钟素材
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | AlarmClock |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"MaterialPath": "sample string 1",
"Name": "sample string 2",
"AlarmClockMaterialId": "ee5124da-509e-45cf-b819-6c02088b1a56",
"Intro": 4,
"Outtro": 5,
"UserId": "57ab1948-1f8a-442e-84c5-fe314c0fe809",
"TargetType": 7
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}