---
title: "Update a group specialty"
method: PUT
path: "/groups/{id}/specialties"
tags: ["Group"]
---

# Update a group specialty

`PUT /groups/{id}/specialties`

Updates the effective date and/or termination date of an existing group specialty.

## 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

- JsonNode
  - `empty` boolean
  - `valueNode` boolean
  - `containerNode` boolean
  - `missingNode` boolean
  - `array` boolean
  - `object` boolean
  - `nodeType` 'ARRAY' | 'BINARY' | 'BOOLEAN' | 'MISSING' | 'NULL' | 'NUMBER' | 'OBJECT' | 'POJO' | 'STRING'
  - `pojo` boolean
  - `number` boolean
  - `integralNumber` boolean
  - `floatingPointNumber` boolean
  - `short` boolean
  - `int` boolean
  - `long` boolean
  - `float` boolean
  - `double` boolean
  - `bigDecimal` boolean
  - `bigInteger` boolean
  - `textual` boolean
  - `boolean` boolean
  - `null` boolean
  - `binary` boolean

## 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/3d27e9019c7b/schema)
