v1
latestOpenAPI 3.1.02026-08-063776831.4 MBPractitioner
Correct the specialty on a tenant practitioner specialty record
Replaces the tenant_specialty_id on a TenantPractitionerSpecialty record in data-correction mode. Does not trigger termination events or lifecycle changes.
patch/practitioners/tenant-practitioner-specialties/specialty
Headers
tenant-idstring
Request body
Example request
{
"tenantPractitionerSpecialtyId": "tps_abc123",
"newTenantSpecialtyId": "ts_xyz789"
}Response
Specialty corrected successfully