Skip to content

Change a configuration value on a charger

POST
/api/chargers/{chargerId}/configuration/set

Post /api/chargers/:chargerId/configuration/set

Parameters

Path Parameters

chargerId
required
string

Request Body required

object
key
required
string
value
required
Any of:
Any of:
Any of:
Array<string>
force
boolean

Responses

200

Response for status ok

object
success
required
boolean
charger
required
Any of:
object
id
required
string
applicationId
required
string
namespaceId
required
string
locationId
string
userId
required
string
type
required
string
Allowed values: Private Public
name
required
string
createdAt
required
string format: date-time
updatedAt
required
string format: date-time
tier
required
string
Allowed values: free enterprise
requireTLS
boolean
disableCharging
boolean
basicAuthPassword
string
initialized
required
boolean
lastHeartbeat
vendor
model
connectors
metadata
configuration
profiles
localAuthList
plugncharge
provisioned
expectIdTag
status
statusSince
error
nextKeycardAction
tierExpiry
connectionUrl
ocppVersion
ipAddress
userAgent
connectedSince
disconnectedSince
tlsVersion
ipWhitelist
string
asnWhitelist
string
firmwareUpdateStatus
diagnosticsUploadStatus
diagnosticsId
diagnosticsIdExpiry
rebootRequired
required
boolean

400

Response for status badRequest

object
success
required
boolean
message
required
string

403

Response for status forbidden

object
success
required
boolean
message
required
string

404

Response for status notFound

object
success
required
boolean
message
required
string

500

Response for status internalServerError

object
success
required
boolean
message
required
string