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
}
'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 aDocumentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
204 No Content response on success.
true) or disabled (false).