cURL
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 }
Set the nominal power of an Entity and returns the updated nominal power of that Entity
Access Token Authentication
The id of the Entity
The nominal power of the Entity
OK
Was this page helpful?