创建内部文档分区
POST /apiv2/internal_knowledge_categories.json
调用权限
admin
curl 示例
curl https://{subdomain}.kf5.com/apiv2/internal_knowledge_categories/.json \ -H "Content-Type: application/json" -d '{"name": "internal category","parent_id": 0}' \ -v -u {email_address}:{password} -X POST
返回示例
Status: 200 OK Location: https://{subdomain}.kf5.com/apiv2/categories/{id}.json{ "id": "1002413", "name": "internal category", "parent_id": 0, "created": 1506416816}