v1

latestOpenAPI 3.1.02026-07-22154213404.8 KB
Misc

Set overlay visibility

Shows or hides the accessibility overlay on the device based on the visibility flag in the request body.

post/devices/{deviceId}/overlay

Path parameters

deviceIdstring required

Headers

X-Device-Display-IDinteger

Request body

$schemastring uri

A URL to the JSON Schema for this object.

visibleboolean required

Example request

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

Response

No Content