Update the Lock for a charger
cURL
curl --request POST \ --url https://app.plugchoice.com/api/v3/chargers/{charger_uuid}/settings/lock \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "enabled": true } '
{}
See the documentation for more information.
true
Enabled/Disabled the lock successfully
The response is of type object.
object
Was this page helpful?