---
title: "Update a tenant specialty"
method: PUT
path: "/tenant-specialties/{id}"
tags: ["Tenant Specialty"]
---

# Update a tenant specialty

`PUT /tenant-specialties/{id}`

Updates an existing tenant specialty

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string, required

## Request body

- CreateTenantSpecialtyRequest
  - `specialtyId` string
  - `data` TenantSpecialtySchema — Represents a specialty associated with a tenant.
    - `displayName` string, required — Display name for the specialty.
    - `description` string — Detailed description of the specialty.
    - `changeReason` string — Reason for any change to the specialty.

## Response `200`

Successfully updated the tenant specialty

- TenantSpecialtySchema — Represents a specialty associated with a tenant.
  - `displayName` string, required — Display name for the specialty.
  - `description` string — Detailed description of the specialty.
  - `changeReason` string — Reason for any change to the specialty.

## Other responses

- `400` — Invalid request data
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `500` — Internal Server Error - An unexpected error occurred

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/versions/3d27e9019c7b/schema)
