cURL
curl --request PUT \ --url https://prd.der-connect.eliagroup.eu/api/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
The body is of type object.
object
OK
The response is of type object.
Was this page helpful?