v1

latestOpenAPI 3.1.02026-07-22154213404.8 KB
Misc

Set device timezone

Sets the device timezone to the identifier in the request body. Devices that do not support timezone control return an unsupported-feature error.

post/devices/{deviceId}/timezone

Path parameters

deviceIdstring required

Headers

X-Device-Display-IDinteger

Request body

$schemastring uri

A URL to the JSON Schema for this object.

timezonestring required

Example request

{
  "$schema": "https://example.com/schemas/SetTimeZoneArgs.json"
}

Response

No Content