Set Orientation
GET https://www.expedy.fr/api/v2/displays/{display_id}/orientation/{display_orientation}
This endpoint allows you to set/change the display's orientation.
Valid arguments are : "norotate", "rotateleft", "rotateright", "invert"
Authentication
This endpoint requires an Authorization header with a valid API key.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
display_id |
string |
Yes | |
display_orientation |
string |
Yes | norotate,rotateleft,rotateright,invert |
Response 200
OK
| Parameter | Type | Required | Description |
|---|---|---|---|
last_ping |
number |
No | (ex: 1641509604) |
Response Example:
{
"last_ping": 1641509604
}