---
title: "PUT /v1beta/{tenantId}/block/snapshots/{snapshotId}"
method: PUT
path: "/v1beta/{tenantId}/block/snapshots/{snapshotId}"
tags: ["Block volume snapshots"]
---

# PUT /v1beta/{tenantId}/block/snapshots/{snapshotId}

`PUT /v1beta/{tenantId}/block/snapshots/{snapshotId}`

Updates a volume snapshot.

## Request body

- object
  - `name` string
  - `description` string

## Response `200`

OK

- VolumeSnapshotRespSpec — Snapshot is a description of volume snapshot resource.
  - `id` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `tenantId` string
  - `userId` string
  - `name` string
  - `description` string
  - `size` integer
  - `status` string
  - `volumeId` string
  - `profileId` string
  - `metadata` object

## Other responses

- `400` — BadRequest
- `401` — NotAuthorized
- `403` — Forbidden
- `404` — The resource does not exist
- `500` — An unexpected error occured.

---

[API](https://skmtc.net/sodafoundation/apis/soda-api.md) · [All operations](https://skmtc.net/sodafoundation/apis/soda-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sodafoundation/soda-api/revisions/62ce0f6c94b4/schema)
