---
title: "Update Site (Partial)"
method: PATCH
path: "/api/sites/{siteId}"
tags: ["Site"]
---

# Update Site (Partial)

`PATCH /api/sites/{siteId}`

More info: http://jsonpatch.com 
For example to change only Name and Site Type of site: 
[
{ "op": "replace", "path": "/name", "value": "test site" },
{ "op": "replace", "path": "/siteType", "value": 2 }
]

## Path parameters

- `siteId` string, required

## Request body

- EaseeCloudAPIOperation[]
  - `path` string, nullable
  - `op` string, nullable
  - `from` string, nullable
  - `value` unknown

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