> ## Documentation Index
> Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Set NANOGRID Configuration

Installs or replaces the NANOGRID configuration file on the specified charger. Returns a `204 No Content` response on success.

<ParamField path="charger" type="string" required>
  The UUID of the charger.
</ParamField>

<ParamField body="content" type="string" required>
  The contents of the NANOGRID configuration file. Maximum 65535 characters.
</ParamField>
