Update the company Timezone for servers
Assigns company's timezone as the timezone for servers with no packages installed
Path Parameters
- companyId int32 required
Id of the company whose timezone is used to update timezone of servers (with no packages)
- application/json
Request Body
clients object[]
id int32name string- updateAll boolean
Boolean which determines if all servers(with no package) should be updated with the company timezone.
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...