curl --location --request PUT '/api/documentation/' \
--header 'X-Session-Id;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data-raw '{
"mcp_server_id": "123e4567-e89b-12d3-a456-426614174000",
"title": "API Reference",
"content": "This is the updated API documentation...",
"is_active": false
}'{
"id": "123e4567-e89b-12d3-a456-426614174000",
"mcp_server_id": "123e4567-e89b-12d3-a456-426614174000",
"project_id": "123e4567-e89b-12d3-a456-426614174000",
"title": "API Reference",
"content": "This is the API documentation...",
"is_active": true,
"created_at": "2024-01-01T00:00:00.000Z",
"updated_at": "2024-01-01T00:00:00.000Z"
}