curl --request PUT \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/connectors/{connector_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"phase_rotation": "<string>",
"max_amperage": 123
}
'{
"id": 123,
"charger_id": 123,
"connector_id": 123,
"status": "<string>",
"error": "<string>",
"error_info": "<string>",
"vendor_id": "<string>",
"vendor_error_code": "<string>",
"max_amperage": 123,
"max_voltage": 123,
"standard": "<string>",
"format": "<string>",
"power_type": "<string>",
"phase_rotation": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
}curl --request PUT \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/connectors/{connector_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"phase_rotation": "<string>",
"max_amperage": 123
}
'{
"id": 123,
"charger_id": 123,
"connector_id": 123,
"status": "<string>",
"error": "<string>",
"error_info": "<string>",
"vendor_id": "<string>",
"vendor_error_code": "<string>",
"max_amperage": 123,
"max_voltage": 123,
"standard": "<string>",
"format": "<string>",
"power_type": "<string>",
"phase_rotation": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
}Updates the phase rotation and max amperage configuration for a specific connector.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.
RST, RTS, SRT, STR, TRS, TSR. Valid values for 2 phases: RS, RT, SR, ST, TR, TS. Valid values for 1 phase: R, S, T.