Set OCPP Charger Level Authentication
x-ms-visibility: "important"
Sets OCPP authentication information at charger level
Path Parameters
chargerId string required
Charger Identifier
application/json
Request Body required
The request to set OCPP charger level authentication.
username string nullable
password string nullable
oldPassword string nullable
Responses
- 200
- 400
- 401
No description
Exception Details
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorised
Loading...