Logo
Zoom Public API Documentation

Update whiteboard share setting

PATCH {{baseUrl}}/whiteboards/:whiteboardId/share_setting

Updates the whiteboard share setting.

Scopes: whiteboard_share_setting:write:admin,whiteboard_share_setting:write

Rate Limit Label: MEDIUM

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/whiteboards/:whiteboardId/share_setting' -H 'Content-Type: application/json' -d '{"share_link_setting":{"share_scope":0,"share_role":3}}'

ENDPOINTS