v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
Group

Batch add and update group specialties

Adds new and/or updates existing group specialties in a single request. Updates modify existing TenantGroupSpecialty records while additions create new specialty associations.

patch/groups/{id}/specialties

Path parameters

idstring required

Group ID

Headers

tenant-idstring

Request body

changeReasonstring

Optional reason for change, applied to all operations

Example request

{
  "updates": [
    {
      "tenantGroupSpecialtyId": "tgs_abc123",
      "newTenantSpecialtyId": "ts_xyz789",
      "effectiveDate": "2026-01-15"
    }
  ],
  "additions": [
    {
      "tenantSpecialtyId": "ts_cardiology_001",
      "effectiveDate": "2026-01-01"
    }
  ],
  "changeReason": "Correcting specialty mappings per annual review"
}

Response

Group specialties successfully managed