Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

group_id
string<uuid>
required

The ID of the group.

Body

application/json

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<uuid>[]
required

Response

200 - application/json

The updated on call schedule IDs for the group.

Last modified on July 10, 2026