Skip to main content
POST
/
v3
/
chargers
/
{charger}
/
firmware
/
auto-update
Set Firmware Auto-Update
curl --request POST \
  --url https://app.plugchoice.com/api/v3/chargers/{charger}/firmware/auto-update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "enabled": true
}
'
Enables or disables automatic firmware updates for the specified charger. Returns a 204 No Content response on success.
charger
string
required
The UUID of the charger.
enabled
boolean
required
Whether automatic firmware updates should be enabled (true) or disabled (false).