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

Request Body

{"name"=>"Untitled", "locked"=>false}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring