Header | Value | Description |
---|---|---|
Authorization | ############ your token ############ | Permission validation |
Accept-Language | en | English Message |
{
"id": 1,
"installationDate": "2021-01-01",
"name": "test2",
"timezoneId": 23
}
{
"code": 200,
"data": null,
"msg": "operate successfully"
}
code | description |
---|---|
200 | succeed |
500 | fail |
400 | not fount |
403 | No access |
... | Other exceptions |