POST
/
api
/
v3
/
chargers
/
{charger_uuid}
/
settings
/
plug-charge
curl --request POST \
  --url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/settings/plug-charge \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "enabled": true,
  "card_uid": "bngzmiyvdljnikhw"
}'

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

charger_uuid
string
required

Body

application/json

Response

204

Plug & Charge status updated successfully