---
title: "Update Snapshot"
method: PATCH
path: "/snapshot/{snapshot_id}"
---

# Update Snapshot

`PATCH /snapshot/{snapshot_id}`

## Path parameters

- `snapshot_id` string, required

## Request body

- UpdateSnapshotRequest
  - `label` string, nullable
  - `is_public` boolean, nullable

## Response `200`

Successful Response

- UpdateSnapshotResponse
  - `snapshot_id` string, required
  - `label` string, nullable, required
  - `is_public` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/iliad/apis/fastapi.md) · [All operations](https://skmtc.dev/iliad/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iliad/fastapi/revisions/c1701119b330/schema)
