putBlogPostClassificationLevel
Update blog post classification level
PUT /blogposts/{id}/classification-level HTTP/1.1Parameters
{
"id": {
"description": "The ID of the blog post for which classification level should be updated.",
"required": true,
"location": "path",
"type": "integer",
"format": "int64"
}
}