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": "8d8c30f3-7486-4ead-b570-428a5c0eea6d", "Intro": 4, "Outtro": 5, "UserId": "d1986c38-5e79-41f1-9862-92d8f1e5fba1", "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" }