v1
latestOpenAPI 3.1.02026-08-063776831.4 MBFacility
Correct the specialty at the group-facility-location level
Resolves the FK chain from TenantGroupFacilityLocationSpecialty (Level 4) to the parent TenantGroupFacilitySpecialty (Level 3) and replaces its tenant_specialty_id. Does not trigger termination events.
patch/facilities/tenant-group-facility-location-specialties/specialty
Headers
tenant-idstring
Request body
Example request
{
"tenantGroupFacilityLocationSpecialtyId": "tgfls_abc123",
"newTenantSpecialtyId": "ts_xyz789",
"changeReason": "Correcting specialty mapping per annual review"
}Response
Specialty corrected successfully