Logo
Zoom Public API Documentation

Update whiteboard basic information

PUT {{baseUrl}}/whiteboards/:whiteboardId

Use this API to rename a whiteboard, update whiteboard status(locked or unlocked).

Scopes: whiteboard:write:admin

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/whiteboards/:whiteboardId' -H 'Content-Type: application/json' -d '{"name":"Untitled","locked":false}'

ENDPOINTS