Set charger configuration

View as Markdown

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.
targetobjectRequired

Single-charger target for command endpoints that do not support locations.

eventobjectRequired
Command payload for configuration mutation.

Response

Configuration set
statusstring
configuredlist of strings
msgstring

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error