Skip to main content
POST
/
v3
/
chargers
/
{charger}
/
settings
/
nanogrid
Set NANOGRID Configuration
curl --request POST \
  --url https://app.plugchoice.com/api/v3/chargers/{charger}/settings/nanogrid \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "<string>"
}
'
Installs or replaces the NANOGRID configuration file on the specified charger. Returns a 204 No Content response on success.
charger
string
required
The UUID of the charger.
content
string
required
The contents of the NANOGRID configuration file. Maximum 65535 characters.