Open Context Protocol is live! 🚀 Read the launch post
putWhiteboardClassificationLevel

putWhiteboardClassificationLevel

Update whiteboard classification level

PUT /whiteboards/{id}/classification-level HTTP/1.1

Parameters

{
  "id": {
    "description": "The ID of the whiteboard for which classification level should be updated.",
    "required": true,
    "location": "path",
    "type": "integer",
    "format": "int64"
  }
}