---
title: "Update a group specialty's effective or termination date"
method: PUT
path: "/groups/{id}/specialties"
tags: ["Group"]
---

# Update a group specialty's effective or termination date

`PUT /groups/{id}/specialties`

Updates the effective date and/or termination date of an existing group specialty association, identified by tenantGroupSpecialtyId in the request body. At least one of effectiveDate or terminationDate must be supplied. This is a partial update — an omitted date field is preserved from the existing record, not cleared. For bulk specialty management (adding new specialties and updating existing ones in a single call) use PATCH /groups/{id}/specialties.

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string

## Request body

- UpdateGroupSpecialtyRequest
  - `tenantGroupSpecialtyId` string, required — ID of the tenant group specialty to update
  - `effectiveDate` string — Effective date for the group specialty (YYYY-MM-DD)
  - `terminationDate` string — Termination date for the group specialty (YYYY-MM-DD)
  - `groupPractitionerLocationSpecialties` string[] — Group practitioner location specialties to update
  - `tenantGroupPractitionerLocationNetworkSpecialties` string[] — Tenant group practitioner location network specialties to update
  - `tenantGroupPractitionerNetworkParticipationSpecialties` string[] — Tenant group practitioner network participation specialties to update
  - `tenantGroupNetworkSpecialties` string[] — Tenant group network specialties to update
  - `tenantGroupLocationNetworkSpecialties` string[] — Tenant group location network specialties to update
  - `tenantGroupFacilityLocationNetworkSpecialties` string[] — Tenant group facility locationnetwork specialties to update
  - `tenantGroupFacilityNetworkSpecialties` string[] — Tenant group facility network specialties to update
  - `tenantGroupLocationSpecialties` string[] — Tenant group location specialties to update
  - `tenantGroupPractitionerSpecialties` string[] — Tenant group practitioner specialties to update
  - `tenantGroupFacilitySpecialties` string[] — Tenant group facility specialties to update

## Response `200`

Group specialty successfully updated

- object

## Other responses

- `400` — Invalid request body or missing required parameters
- `404` — Group specialty not found with the given ID for tenant
- `500` — Internal server error during request processing

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/563848e0ecc0/schema)
