---
title: "Update tenant"
method: PUT
path: "/tenant/{hash}"
tags: ["Tenants"]
---

# Update tenant

`PUT /tenant/{hash}`

## Path parameters

- `hash` string, required

## Request body

- ModelsTenant
  - `description` string
  - `hash` string, required
  - `id` integer
  - `status` 'active' | 'blocked', required

## Response `200`

tenant updated successful

- object
  - `data` object
    - `description` string
    - `hash` string, required
    - `id` integer
    - `status` 'active' | 'blocked', required
  - `status` string

## Other responses

- `400` — invalid tenant request data
- `403` — updating tenant not permitted
- `404` — tenant not found
- `500` — internal error on updating tenant

---

[API](https://skmtc.net/vxcontrol/apis/soldr-swagger-api.md) · [All operations](https://skmtc.net/vxcontrol/apis/soldr-swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vxcontrol/soldr-swagger-api/versions/ac519ec936b3/schema)
