---
title: "PUT /v1beta/{tenantId}/file/snapshots/{shareSnapshotId}"
method: PUT
path: "/v1beta/{tenantId}/file/snapshots/{shareSnapshotId}"
tags: ["File Share Snapshots"]
---

# PUT /v1beta/{tenantId}/file/snapshots/{shareSnapshotId}

`PUT /v1beta/{tenantId}/file/snapshots/{shareSnapshotId}`

Updates a file share Snapshot.

## Request body

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

## Response `200`

OK

- FileShareSnapshotRespSpec — Snapshot of file share has following specification.
  - `id` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `fileshareId` string
  - `snapId` string
  - `tenantId` string
  - `userId` string
  - `name` string
  - `description` string
  - `shareSize` integer
  - `snapshotSize` integer
  - `status` string
  - `profileId` string
  - `metadata` object

## Other responses

- `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/versions/62ce0f6c94b4/schema)
