JSON格式
| Name | Type | Read-only | Comment | 
|---|---|---|---|
| id | integer | yes | 社区话题id,由系统自动分配 | 
| url | string | yes | 资源url | 
| title | string | no | 社区话题名称 | 
| description | string | no | 社区话题描述 | 
| sort | integer | no | 社区话题前台显示顺序 | 
JSON 示例
{
  "id": 421,
  "url": "https://support.kf5.com/apiv2/topics/10.json",
  "title": "提问帮助",
  "description": "这里可以了解其他用户的疑问和解答",
  "sort": 0}