v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Charge Points

Create OCPP configuration key - value for a given charge point

Required scope: ocpp-config:write

post/api/v1/charge-points/{chargePointIdentity}/ocpp-config

Path parameters

chargePointIdentitystring required

Request body

keystring required

The unique configuration key for the OCPP setting

valuestring nullable

The value associated with the configuration key

storeboolean required

Persist Configuration (this means this configuration will be kept across reboots, please do not set this if you are changing the OCPP url of a charge point)

Example request

{
  "key": "13",
  "value": "config_value_example"
}

Response

OCPP configuration created