v1
latestOpenAPI 3.1.02026-08-063776831.4 MBFacility
Update a tenant facility specialty record
Updates a TenantFacilitySpecialty record (Level 1) by replacing the tenant_specialty_id, updating the effective date, or both. At least one of newTenantSpecialtyId or effectiveDate must be provided. Does not trigger termination events or lifecycle changes.
patch/facilities/tenant-facility-specialties/specialty
Headers
tenant-idstring
Request body
Example request
{
"tenantFacilitySpecialtyId": "tfs_abc123",
"newTenantSpecialtyId": "ts_xyz789",
"effectiveDate": "2026-01-15",
"isPrimary": true,
"changeReason": "Correcting specialty mapping per annual review"
}Response
Specialty updated successfully