PUT
/
v1
/
entities
/
{entityId}
/
heated-area
curl --request PUT \
  --url https://platform.realto.io/api/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
required

The id of the Entity

Body

The heated area
heatedArea
number

Response

200
application/json
OK
heatedArea
number
required