cURL
curl --request PATCH \ --url https://prd.der-connect.eliagroup.eu/api/v1/entities/{entityId}/disaggregators \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "disaggregator": "Sandy" }'
{ "disaggregators": [ "Sandy" ] }
Returns the updated list of disaggregators that are set up for the Entity
Access Token Authentication
The id of the Entity
The disaggregator
The body is of type object.
object
OK
The response is of type object.
Was this page helpful?