Logo
Zoom Public API Documentation

Change Zoom Rooms app version

PUT {{baseUrl}}/rooms/:id/devices/:deviceId/app_version

Use this API to upgrade or downgrade the version of your installed Zoom Rooms app on your Mac or Windows device.

Prerequisites: * A Pro or a higher account with Zoom Rooms. * The Zoom Rooms software must be installed on a Mac or a Windows device. This API does not support other devices.

Scopes:

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PUT 'https://api.zoom.us/v2/rooms/:id/devices/:deviceId/app_version' -H 'Content-Type: application/json' -d '{"action":"upgrade"}'

ENDPOINTS