创建文档分类
POST /apiv2/forums.json
调用权限
admin
curl 示例
curl https://{subdomain}.kf5.com/apiv2/forums.json \ -H "Content-Type: application/json" -d '{"forum": {"title": "this is forums title","content": "this is content","role_view": "all"}}' \ -v -u {email_address}:{password} -X POST
返回示例
Status: 200 OK Location: https://{subdomain}.kf5.com/apiv2/forums/{id}.json{ "forum": { "id": 1234, "title": "this is forums title", ... }}