Set charger configuration
Send a configuration update command to the selected charger. Apply one or more OCPP configuration key-value pairs and return each key as Accepted, Rejected, or RebootRequired.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
target
Single-charger target for command endpoints that do not support locations.
event
Command payload for configuration mutation.
Response
Configuration set
status
configured
msg
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error