Skip to main content
PUT
Controllers / Configurations / Update

Authorizations

Authorization
string
header
required

OAuth2 Bearer Authorization

Path Parameters

controller_uuid
string
required

UUID of the controller

Pattern: ^[a-f0-9]{8}\-[a-f0-9]{4}\-4[a-f0-9]{3}\-[89ab][a-f0-9]{3}\-[a-f0-9]{12}$
key
string
required

OCPP configuration key to update

Body

application/json

Changes a single OCPP configuration value of a controller. Required permission: control:controllers:configurations:update

value
string
required

New value for the OCPP configuration key

Minimum string length: 1

Response

OCPP change-configuration response from the controller

status
enum<string>
required

OCPP change-configuration status returned by the controller

Available options:
Accepted,
Rejected,
RebootRequired,
NotSupported