Set device timezone
Set device timezone. NTP must be enabled.
- application/json
Request Body required
- timezone string required
Possible values: [
UTC−12:00
,UTC−11:00
,UTC−10:00
,UTC−09:30
,UTC−09:00
,UTC−08:00
,UTC−07:00
,UTC−06:00
,UTC−05:00
,UTC−04:00
,UTC−03:30
,UTC−03:00
,UTC−02:00
,UTC−01:00
,UTC±00:00
,UTC+01:00
,UTC+02:00
,UTC+03:00
,UTC+03:30
,UTC+04:00
,UTC+04:30
,UTC+05:00
,UTC+05:30
,UTC+05:45
,UTC+06:00
,UTC+06:30
,UTC+07:00
,UTC+08:00
,UTC+08:45
,UTC+09:00
,UTC+09:30
,UTC+10:00
,UTC+10:30
,UTC+11:00
,UTC+12:00
,UTC+12:45
,UTC+13:00
,UTC+14:00
]This model represents one time zone
Responses
- 200
- 400
- 401
OK
- Validation error. NTP is disabled, use
POST /network/ntp
to enable it. - Missed json body or wrong param. Response sample:
"error": "Wrong JSON body"
- Required field is not provided. Response sample:
"error": "Wrong JSON body: no value for `param`"
where param
- is a required field that was not provided
- Field was of the wrong type. Response sample:
"error": "Wrong JSON body: value `param` was of the wrong type"
where param
- is a field of the wrong type
- application/json
- Schema
- Example (from schema)
- Enable N T P
- Base
- No value
- Wrong param type
Schema
- error string
Error message
{
"error": true
}
{
"error": "NTP is not enabled"
}
{
"error": "Wrong JSON body"
}
{
"error": "Wrong JSON body: no value for `param`"
}
{
"error": "Wrong JSON body: value `param` was of the wrong type"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...