Update the meeting series
PUT {{MEETINGS_API_URL}}/meetings/{{_recurringMeetingId}}
This time we will modify just a single scheduledMeeting instance. Our prequest script will read in a copy of that meeting that we saved when we first listed the scheduledMeeting instances, and our test will validate that the value has changed as expected. The isModified
attribute will be false in all scheduledMeeting instances, except the one that we previously changed.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |