Update an OCPP configuration parameter
POST/charge-points/:uid/ocpp-parameters
Sends a ChangeConfiguration request over the OCPP WebSocket connection to update a specific configuration key on the specified charge point.
The charge point will apply the new configuration value if it is supported and not read-only.
Requires write permissions on the charge point.
Request
Responses
- 200
- 403
- 404
- 502
Configuration updated successfully
Insufficient permissions to update the charge point
Charge point not found or not connected
Unable to reach the edge device (e.g., SSH tunnel down or local controller unreachable)