/kb/article/{article_id}
GET
Retrieves details for a specific knowledge base article.
article_id (required) - The unique identifier of the article. Must be an integer.
{
"id": 123,
"title": "Understanding API Authentication",
"content": "This article explains...",
"author": "John Doe",
"date_created": "2023-10-26",
"last_updated": "2023-10-27"
}
GET /kb/article/123
404 - Article not found.500 - Internal server error.