PATCH
/
v1
/
entities
/
{entityId}
/
features
Activate or deactivate an Entity feature
curl --request PATCH \
  --url https://prd.der-connect.eliagroup.eu/api/v1/entities/{entityId}/features \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "feature": "CaptureChargeSessions",
  "enabled": true
}'
[
  {
    "feature": "CaptureChargeSessions",
    "isEnabled": true
  }
]

Authorizations

Authorization
string
header
required

Access Token Authentication

Path Parameters

entityId
string<uuid>
required

The id of the Entity

Body

The feature activation specification

The body is of type object.

Response

200
application/json

OK

The response is of type object[].