Update a scheduled MeetingInstance
PUT {{MEETINGS_API_URL}}/meetings/{{_aScheduledMeetingId}}
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. Note that when a scheduleMeeting is updated the isModified attribute is set to true.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |