Clear charger cache
x-ms-visibility: "important"
Clears the cache for the specified charger.
Path Parameters
chargerId string required
Unique identifier of the charger
Responses
- 200
- 400
- 401
The charger's cache was successfully cleared.
application/json
Schema
Example (from schema)
Schema
chargerId string
availabilityState string
Possible values: [Operative
, Inoperative
]
Default value: Operative
status string
{
"chargerId": "string",
"availabilityState": "Operative",
"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...