Skip to main content
PUT
/
v1
/
entities
/
{entityId}
/
nominal-power
Update the nominal power of an Entity
curl --request PUT \
  --url https://api.traxes.io/connect/v1/entities/{entityId}/nominal-power \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "nominalPower": 123
}'
{
  "nominalPower": 123
}

Authorizations

Authorization
string
header
required

Access Token Authentication

Path Parameters

entityId
string<uuid>
required

The id of the Entity

Body

application/json
nominalPower
number

The nominal power of the Entity

Response

OK

nominalPower
number