cURL
curl --request PUT \ --url https://prd.der-connect.eliagroup.eu/api/v1/entities/{entityId}/battery-capacity \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "batteryCapacity": 123 }'
{ "batteryCapacity": 123 }
Set the battery capacity of an Entity and returns the updated battery capacity of that Entity
Access Token Authentication
The id of the Entity
The battery capacity
The body is of type object.
object
OK
The response is of type object.
Was this page helpful?