put deprecatedhttps://{tenantUrl}/public-api/resources/evses/v2.0/
Update a EVSE
Log in to see full request history
Responses
422The payload you provided is invalid
Update a EVSE
422The payload you provided is invalid
xxxxxxxxxx
13curl --request PUT \
--url https://example.com/public-api/resources/evses/v2.0/evse \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"type": "ac",
"status": "active",
"allowsReservation": true,
"maxVoltage": "230",
"phases": "single_phase"
}
'
Try It!
to start a request and see the response here! Or choose an example: