---
title: "Update Group Type"
method: PATCH
path: "/curricular-skills/group-types/{id}"
tags: ["Group Types By ID"]
---

# Update Group Type

`PATCH /curricular-skills/group-types/{id}`

You may update an existing groupType by making a PATCH request to the `/curricular-skills/group-types/{id}` endpoint.

## Request body

- GroupTypePatchRequest
  - `data` object, required
    - `type` string, required
    - `attributes` object, required
      - `groupTypeClass` string
      - `label` string

## Response `200`

OK

- SingleGroupTypeResponse
  - `data` object, required
    - `type` string, required
    - `id` string, required
    - `attributes` object, required
      - `groupTypeClass` object, required
        - `id` string, required
        - `name` string, required
        - `sortOrder` number
      - `subdomain` string
      - `site` string, required
      - `label` string, required
      - `createdAt` string
      - `updatedAt` string

## Other responses

- `400` — bad request
- `403` — You don't have access to traveltime data.
- `404` — requested resource not found

---

[API](https://skmtc.dev/lightcast/apis/alumni-pathways-2-0.md) · [All operations](https://skmtc.dev/lightcast/apis/alumni-pathways-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lightcast/alumni-pathways-2-0/revisions/fc66b9877391/schema)
