v1
latestOpenAPI 3.1.02026-08-063776831.4 MBPractitioner
Correct the specialty at the practitioner-location-network level
Resolves the FK chain from TenantGroupPractitionerLocationNetworkSpecialty through GroupPractitionerLocationSpecialty to the parent TenantPractitionerSpecialty and replaces its tenant_specialty_id. Does not trigger termination events.
patch/practitioners/group-practitioner-location-network-specialties/specialty
Headers
tenant-idstring
Request body
Example request
{
"tenantGroupPractitionerLocationNetworkSpecialtyId": "tgplns_abc123",
"newTenantSpecialtyId": "ts_xyz789"
}Response
Specialty corrected successfully