---
title: "PUT /storage/{storageName}"
method: PUT
path: "/storage/{storageName}"
---

# PUT /storage/{storageName}

`PUT /storage/{storageName}`

Update storage

## Path parameters

- `storageName` string, required

## Query parameters

- `id` string, required

## Request body

- Storage
  - `data` string, nullable, required

## Response `200`

Update storage result

- Storage
  - `data` string, nullable, required

## Other responses

- `default` — Unexpected error

## Changes

- **2023-06-28** (v4) `3dcd2b9e25fd` — 1 warning
  - changed the pattern of the `path` request parameter `storageName` from `^[a-z0-9-]+@[a-z0-9-]+$` to `^[A-Za-z0-9-]+@[a-z0-9-]+$`
- **2023-05-10** (v4) `f90678b9fb05` — 1 warning
  - changed the pattern of the `path` request parameter `storageName` from `^[A-Za-z0-9-_:]+@[a-z0-9-]+$` to `^[a-z0-9-]+@[a-z0-9-]+$`

[Change history](https://skmtc.dev/coinspace/apis/coin-wallet-api-v4/changes/storage/:storageName/put.md)

---

[API](https://skmtc.dev/coinspace/apis/coin-wallet-api-v4.md) · [All operations](https://skmtc.dev/coinspace/apis/coin-wallet-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coinspace/coin-wallet-api-v4/revisions/3dcd2b9e25fd/schema)
