ZOOM API: Update Meeting - Can we update specific fields only?

When using the Update Meeting API Endpoint, can we update a specific field or fields only and have the other fields maintain their values?

For example:

Origin Values:

start_time: 2020-04-28T12:00:00
duration: 60,
settings: [ … ]

New Values:

duration: 90

Example Question:

If I wanted to change the duration, can I send a PATCH request to /meetings/{meetingId} with duration: 90 and the start_time and settings will all remain the same?

Thanks in advance for your time and patience.

Hey @bizstim.apps,

Yes, you can update single properties using the PATCH meeting endpoint. :slight_smile:

Thanks,
Tommy

Good to know. Thank very much.

1 Like

Happy to help! :slight_smile:

-Tommy