POST api/setting/update/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
UpdateSettingsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Time | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Time": 1
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.