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

postWhiteboardClassificationLevel

Reset whiteboard classification level

Details

  • Method: POST
  • Path: /whiteboards/{id}/classification-level/reset
  • Operation ID: postWhiteboardClassificationLevel

Parameters

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

Usage

from ocp_agent import OCPAgent

agent = OCPAgent()
await agent.register_api('confluence')

# Call this tool
result = await agent.call_tool('postWhiteboardClassificationLevel', {
    # Add required parameters here
})