POST
/
api
/
v2
/
teams
/
{team_id}
/
chargers
/
{charger_id}
/
proxy
curl --request POST \
  --url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{charger_id}/proxy \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "servers": [
    []
  ]
}'
{}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

team_id
integer
required

The ID of the team.

charger_id
integer
required

The ID of the charger.

Body

application/json
servers
object[]
required

Must have at least 1 items. Must not have more than 5 items.

Example:
[[]]

Response

200 - application/json
Proxy settings updated.

The response is of type object.

Was this page helpful?