---
title: "Update Chargers"
method: PUT
path: "/api/sites/{siteId}/circuits/{circuitId}/chargers"
tags: ["Site"]
---

# Update Chargers

`PUT /api/sites/{siteId}/circuits/{circuitId}/chargers`

Update a set of chargers on a circuit. Rate limited at max 15 request per minute.

## Path parameters

- `siteId` string, required
- `circuitId` integer, required

## Request body

- EaseeCloudAPIChargerDTO[]
  - `id` string, nullable
  - `name` string, nullable
  - `color` 1 | 2 | 3 | 4 | 5
  - `createdOn` string, date-time
  - `updatedOn` string, date-time
  - `backPlate` EaseeCloudAPIBackPlateDTO
    - `id` string, nullable
    - `masterBackPlateId` string, nullable
    - `name` string, nullable
    - `features` EaseeCloudAPIBackPlateFeature[], nullable
    - `variant` string, nullable
  - `levelOfAccess` 1 | 2 | 3
  - `productCode` 1 | 2 | 100 | 400 | 1000

## Response `200`

True if successful, otherwise False.

---

[API](https://skmtc.net/easee/apis/easee-cloud-api.md) · [All operations](https://skmtc.net/easee/apis/easee-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easee/easee-cloud-api/revisions/46ccab4af8b1/schema)
