POST
/
api
/
v3
/
chargers
/
{charger_uuid}
/
actions
/
charge-limit
Set connector limit
curl --request POST \
  --url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/actions/charge-limit \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "connector_id": 1,
  "limit": 16,
  "stack_level": 84
}'
{}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

charger_uuid
string
required

Body

application/json
connector_id
integer
required

The ID of the connector to set the limit for

Example:

1

limit
number
required

The charging current limit in Amperes (A)

Example:

16

stack_level
integer

Must be at least 0.

Example:

84

Response

200 - application/json

Response from charger

The response is of type object.