cURL
curl --request PUT \ --url https://prd.der-connect.eliagroup.eu/api/v1/entities/{entityId}/properties \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "properties": "<any>" }'
{ "created": "2023-11-07T05:31:56Z", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "isOnline": true, "lastSeen": "2023-11-07T05:31:56Z", "parentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "properties": "<any>", "reference": { "manufacturer": "<string>", "type": "<string>", "reference": "<string>" }, "type": "Battery" }
Set the custom properties of an Entity and returns the updated custom properties of that Entity
Access Token Authentication
The id of the Entity
The custom properties
The body is of type object.
object
OK
The response is of type object.
Was this page helpful?