v48

latestOpenAPI 3.0.0raw.githubusercontent.com2025-12-0297180624.8 KB
Box

Set screen resolution

Set the screen resolution

post/boxes/{boxId}/resolution

Path parameters

boxIdstring required
Example:c9bdc193-b54b-4ddb-a035-5ac0c598d32d

Box ID

Request body

widthnumber required

The width of the screen

heightnumber required

The height of the screen

Example request

{
  "width": 1920,
  "height": 1080
}

Response

widthnumber required

Width of the screen

heightnumber required

Height of the screen

Example response

{
  "width": 1920,
  "height": 1080
}