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
Example request
{
"key": "13",
"value": "config_value_example"
}Response
OCPP configuration created
Changes
No recorded changes to this endpoint across all 1 revision of this API.