---
title: "Update a site"
method: PUT
path: "/sites/{site_path}"
---

# Update a site

`PUT /sites/{site_path}`

## Path parameters

- `site_path` string, required

## Request body

- object
  - `site_path` string, required
  - `name` string
  - `headline` string
  - `about` string
  - `domain` string

## Response `200`

Site updated

- Site
  - `id` integer
  - `name` string
  - `site_path` string

## Other responses

- `400` — Error in updating site

---

[API](https://skmtc.net/collectednotes/apis/site-management-api.md) · [All operations](https://skmtc.net/collectednotes/apis/site-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collectednotes/site-management-api/versions/90e948db0114/schema)
