POST api/AlarmClockMaterial/Update

修改闹钟素材

Request Information

Parameters

NameDescriptionAdditional 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": "dc3aae01-04cf-4fd3-9478-4a0092184b5d",
  "Intro": 4,
  "Outtro": 5,
  "UserId": "c2a5d239-321c-43e1-95a1-6d85d2ae3bf7",
  "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"
}