---
title: "Update Sites"
method: PUT
path: "/v1/site/{SiteID}"
---

# Update Sites

`PUT /v1/site/{SiteID}`

This API call updates a site with a new URL and/or title, using the "Site ID". Please note that the "Site ID cannot be changed.

## Path parameters

- `SiteID` integer, required

## Request body

- object
  - `Id` string, required — The id of the Site. Cannot be changed.
  - `Title` string, required — Update the friendly name title if needed
  - `Url` string, required — Update the URL in format `https://path of URL` if needed
  - `IsDeleted` boolean — If want to delete, set to `true`

## Response `200`

200

- object
  - `Id` integer
  - `Title` string
  - `Url` string
  - `NetworkMargin` unknown
  - `PublisherAccountId` integer
  - `IsDeleted` boolean

---

[API](https://skmtc.net/kevel/apis/engine-apis.md) · [All operations](https://skmtc.net/kevel/apis/engine-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kevel/engine-apis/versions/0ca55f45aa7d/schema)
