---
title: "PUT /groups/{group_id}/on-call-schedules"
method: PUT
path: "/groups/{group_id}/on-call-schedules"
tags: ["groups"]
---

# PUT /groups/{group_id}/on-call-schedules

`PUT /groups/{group_id}/on-call-schedules`

Sets the list of on call schedules attached to a group.

## Path parameters

- `group_id` string, uuid, required

## Request body

- OnCallScheduleIDList — A list of on call schedule Opal UUIDs. To get the matching remote IDs, use the /on-call-schedules endpoints.
  - `on_call_schedule_ids` string[], required

## Response `200`

The updated on call schedule IDs for the group.

- string[]

---

[API](https://skmtc.net/opal/apis/opal-api.md) · [All operations](https://skmtc.net/opal/apis/opal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opal/opal-api/versions/13b58df96d40/schema)
