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

putBlogPostClassificationLevel

Update blog post classification level

Details

  • Method: PUT
  • Path: /blogposts/{id}/classification-level
  • Operation ID: putBlogPostClassificationLevel

Parameters

{
  "id": {
    "description": "The ID of the blog post 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('putBlogPostClassificationLevel', {
    # Add required parameters here
})