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