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": "b452568a-d1ab-4214-a4bf-c8c4e70e8b7d",
  "Intro": 4,
  "Outtro": 5,
  "UserId": "ac8c9a8d-4bae-416d-9b1c-0944e9a17422",
  "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"
}