Update whiteboard collaborators
PATCH {{baseUrl}}/whiteboards/:whiteboardId/collaborator
Use this API to update whiteboard collaborators.
Scopes: whiteboard:write:admin
Rate Limit Label: MEDIUM
Request Body
{"collaborators"=>[{"collaborator_id"=>"<string>", "role"=>2}, {"collaborator_id"=>"<string>", "role"=>0}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |