JSON格式
| Name | Type | Read-only | Comment |
|---|---|---|---|
| id | integer | yes | 文档分区id,由系统自动分配 |
| url | string | yes | 资源url |
| title | string | no | 文档分区名称 |
| content | string | no | 文档分区描述 |
| display_limit | integer | no | 该分区在前台显示的每个分类的下的文档数量 |
| sort | integer | no | 文档分区前台显示顺序 |
JSON 示例
{
"id": 104,
"url": " https://support.kf5.com/apiv2/categories/104.json",
"title": "流程指引",
"content": "这是是帮助分类",
"display_limit": 3,
"sort": 2
}