From 92efe76bfd07701ce831b21ed27b0e3c8b913ab6 Mon Sep 17 00:00:00 2001 From: Jeremy Daer Date: Tue, 28 Jul 2026 16:13:41 -0700 Subject: [PATCH] Schedule entries: participants are only replaced when addressed Document that PUT to a schedule entry leaves participants untouched when participant_ids is omitted, and clears them when an empty array is sent. --- sections/schedule_entries.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sections/schedule_entries.md b/sections/schedule_entries.md index f860677..5660cc9 100644 --- a/sections/schedule_entries.md +++ b/sections/schedule_entries.md @@ -329,6 +329,8 @@ Clients may change any of the required or optional parameters as listed in the [ This endpoint will return `200 OK` with the current JSON representation of the schedule entry if the update was a success. See the [Get a schedule entry](#get-a-schedule-entry) endpoint for more info on the payload. +Participants are only replaced when you address them: omit `participant_ids` and the entry keeps its current participants; send `"participant_ids": []` to remove them all. + ###### Example JSON Request ```json