---
title: "Set Circuit"
method: POST
path: "/api/sites/{siteId}/circuits"
tags: ["Site"]
---

# Set Circuit

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

Set circuit with backplates on a site.

## Path parameters

- `siteId` string, required

## Request body

- EaseeCloudAPIUpdateCircuitDTO
  - `id` integer
  - `siteId` integer
  - `circuitPanelId` integer
  - `panelName` string, nullable
  - `ratedCurrent` number, double
  - `fuse` number, double, nullable
  - `backplates` EaseeCloudAPIBackPlateDTO[], nullable
    - `id` string, nullable
    - `masterBackPlateId` string, nullable
    - `name` string, nullable
    - `features` EaseeCloudAPIBackPlateFeature[], nullable
    - `variant` string, 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)
