Open Context Protocol is live! 🚀 Read the launch post

putPageClassificationLevel

Update page classification level

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

Parameters

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