cURL
curl --request PUT \ --url https://api.traxes.io/connect/v1/entities/{entityId}/heated-area \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "heatedArea": 123 } '
{ "heatedArea": 123 }
Set the heated area of an Entity and returns the updated heated area of that Entity
Access Token Authentication
The id of the Entity
A request to modify the heated area of an Entity
The heated area.
OK
The heated area of an Entity
The heated area
Was this page helpful?