---
title: "Partial update of the specified backup storage"
method: PATCH
path: "/backup-storages/{name}"
tags: ["backupStorage"]
---

# Partial update of the specified backup storage

`PATCH /backup-storages/{name}`

Partial update of the specified backup storage. Updates only the specified fields.

## Path parameters

- `name` string, required

## Request body

- UpdateBackupStorageParams — Backup storage parameters
  - `description` string
  - `bucketName` string — The cloud storage bucket/container name
  - `accessKey` string
  - `secretKey` string
  - `url` string
  - `region` string
  - `verifyTLS` boolean
  - `forcePathStyle` boolean
  - `allowedNamespaces` string[] — List of namespaces allowed to use this backup storage

## Response `200`

Successful operation

- BackupStorage — Backup storage information
  - `type` 's3' | 'azure', required
  - `name` string, required
  - `description` string
  - `bucketName` string, required
  - `url` string
  - `region` string
  - `verifyTLS` boolean
  - `forcePathStyle` boolean
  - `allowedNamespaces` string[], required — List of namespaces allowed to use this backup storage

## Other responses

- `400` — Unsuccessful operation
- `500` — Internal server error

## Changes

- **2024-04-12** `dec31e5eea8e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openeverest/apis/openeverest-schema/changes/backup-storages/:name/patch.md)

---

[API](https://skmtc.dev/openeverest/apis/openeverest-schema.md) · [All operations](https://skmtc.dev/openeverest/apis/openeverest-schema/llms.txt) · [OpenAPI document](https://skmtc.dev/openeverest/apis/openeverest-schema/revisions/dec31e5eea8e?raw)
