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

# Update Circuits

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

Update circuits on a site.

## Path parameters

- `siteId` string, required

## Request body

- EaseeCloudAPICircuitDTO2[]
  - `id` integer
  - `siteId` integer
  - `circuitPanelId` integer
  - `panelName` string, nullable
  - `ratedCurrent` number, double
  - `fuse` number, double, nullable
  - `uuid` string, guid, nullable
  - `chargers` EaseeCloudAPIDetailChargerDTO[], nullable
    - `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
    - `userRole` 1 | 2 | 3 | 20
    - `isTemporary` boolean
  - `masterBackplate` EaseeCloudAPIBackPlateDTO
    - `id` string, nullable
    - `masterBackPlateId` string, nullable
    - `name` string, nullable
    - `features` EaseeCloudAPIBackPlateFeature[], nullable
    - `variant` string, nullable
  - `useDynamicMaster` boolean
  - `parentCircuitId` integer, nullable

## Response `200`

---

[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)
