curl --request PATCH \
--url https://app.plugchoice.com/api/v3/sites/{site}/chargers/{charger}/reassign \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"site_group_id": 123
}
'{
"message": "<string>"
}curl --request PATCH \
--url https://app.plugchoice.com/api/v3/sites/{site}/chargers/{charger}/reassign \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"site_group_id": 123
}
'{
"message": "<string>"
}Moves a charger to a different load balancing group within the same location.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.