Modify charger configuration
x-ms-visibility: "important"
Updates a specific configuration setting on the charger.
Path Parameters
chargerId string required
Unique identifier of the charger.
application/json
Request Body
Key-value pair for charger configuration modification.
key string
value string
Responses
- 200
- 400
- 401
The configuration request was successfully sent.
application/json
Schema
Example (from schema)
Schema
chargerId string
key string
value string
status string
{
"chargerId": "string",
"key": "string",
"value": "string",
"status": "string"
}
Details of the validation error.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User is not authorized.
Loading...