---
title: "Update an existing tenant practitioner specialty record"
method: PUT
path: "/practitioners/tenant-practitioner-specialties"
tags: ["Practitioner"]
---

# Update an existing tenant practitioner specialty record

`PUT /practitioners/tenant-practitioner-specialties`

Updates fields on an existing practitioner specialty record at the tenant level. Use this when one or more attributes of a practitioner's tenant-level specialty association need to be changed. The request body must include the ID of the specialty record to update. In practice, `effectiveDate` is the only field this endpoint can change — it is merged onto a copy of the existing stored record, with every other stored attribute preserved as-is.

## Headers

- `tenant-id` string

## Request body

- UpdateTenantPractitionerSpecialtyRequest
  - `tenantPractitionerSpecialtyId` string, required
  - `effectiveDate` string, required

## Response `200`

Tenant practitioner specialty successfully updated

- object

## Other responses

- `400` — Invalid request body or missing required parameters
- `404` — Tenant practitioner specialty not found
- `500` — Internal server error during request processing

---

[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/revisions/563848e0ecc0/schema)
