---
title: "Update place"
method: PATCH
path: "/places/{id}"
tags: ["Places"]
---

# Update place

`PATCH /places/{id}`

## Path parameters

- `id` integer, required

## Request body

- object
  - `place` object, required
    - `name` string — The name of the place
    - `description` string, nullable — The description of the place
    - `address` string — The address of the place
    - `latitude` number, float, nullable — The latitude of the place
    - `longitude` number, float, nullable — The longitude of the place
    - `image` string, uri, nullable — The URI to the image of the place. The image can be uploaded by first using the <a href="/operations/createSignedUploadURL">Signed upload url endpoint</a> to generate a signed URL and then using the URL to upload the image.
    - `time_zone` string, nullable — The time zone of the place. It should be a <a href="https://en.wikipedia.org/wiki/Tz_database#Names_of_time_zones"> valid IANA time zone name.</a>

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/kisi/apis/kisi-api.md) · [All operations](https://skmtc.dev/kisi/apis/kisi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kisi/kisi-api/revisions/998700ffff5a/schema)
