Skip to main content
PUT
/
v1
/
entities
/
{entityId}
/
heated-area
Update the heated area of an Entity
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
}

Authorizations

Authorization
string
header
required

Access Token Authentication

Path Parameters

entityId
string<uuid>
required

The id of the Entity

Body

application/json

A request to modify the heated area of an Entity

heatedArea
number

The heated area.

Response

OK

The heated area of an Entity

heatedArea
number
required

The heated area