POST
/
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": [
    {}
  ]
}'

Request

team_id
integer
required

The id of the team

charger_id
integer
required

The id of the charger

Response

{
    "message": "Proxy settings updated."
}

Was this page helpful?