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
Example request
{
"width": 1920,
"height": 1080
}Response
Example response
{
"width": 1920,
"height": 1080
}