Update the meeting

PUT {{MEETINGS_API_URL}}/meetings/{{_singleMeetingId}}

In our pre-request script we grab the saved version of this meeting that we saved when we created it. We toggle the boolean value enabledAutoRecordMeeting. We then write the new meeting object to an environment and use that as the body of our PUT request. Our test validates that the result has the new value.

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring