Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sections/schedule_entries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Comment thread
jeremy marked this conversation as resolved.

###### Example JSON Request

```json
Expand Down