v5

latestOpenAPI 3.1.02026-07-31151195455.5 KB
groups

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

put/groups/{group_id}/on-call-schedules

Path parameters

group_idstring uuid required

The ID of the group.

Request body

on_call_schedule_idsstring[] required

Example request

{
  "on_call_schedule_ids": [
    "9546209c-42c2-4801-96d7-9ec42df0f59c",
    "bb0197c0-5ea5-45d9-b3b7-b6c439be6435"
  ]
}

Response

The updated on call schedule IDs for the group.

string[] required

Example response

[
  "bb0197c0-5ea5-45d9-b3b7-b6c439be6435"
]