---
title: "Update a Storage Service Plan."
method: PUT
path: "/v1/{tenantId}/tiers/{id}"
tags: ["Storage Service Plan"]
---

# Update a Storage Service Plan.

`PUT /v1/{tenantId}/tiers/{id}`

## Request body

- TierUpdate
  - `AddBackends` string[] — The backend Name, - Optional
  - `DeleteBackends` string[] — The backend Name, - Optional
  - `AddTenants` string[] — The Tenants Name, - Optional
  - `DeleteTenants` string[] — The Tenants Name, - Optional

## Response `200`

successful operation

- Tier
  - `Id` string — The SSP ID
  - `TenantId` string — The Tenant ID
  - `Name` string, required — The SSP name specified by user, - Required
  - `Backends` string[] — The backend Name, - Optional
  - `Tenants` string[] — The Tenants Name, - Optional

## Other responses

- `401` — Unauthorized. Token not found in header
- `404` — The resource does not exist.

---

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