Updates the phase rotation and max amperage for a connector.
cURL
curl --request PUT \ --url https://app.plugchoice.com/api/v3/chargers/{charger_uuid}/connectors/{connector_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "phase_rotation": "RS", "max_amperage": 1 } '
{ "data": { "id": 1, "charger_id": 1, "connector_id": 1, "status": "Unavailable", "error": "NoError", "error_info": null, "vendor_id": null, "vendor_error_code": null, "max_amperage": null, "max_voltage": null, "standard": null, "format": null, "power_type": null, "phase_rotation": null, "created_at": "2026-01-10T01:14:32.000000Z", "updated_at": "2026-01-10T01:14:32.000000Z" } }
See the documentation for more information.
The ID of the connector.
RST
RTS
SRT
STR
TRS
TSR
RS
RT
SR
ST
TR
TS
R
S
T
"RS"
Must be at least 1. Must not be greater than 1000.
1
Show child attributes
Was this page helpful?