修改文档分区

PUT /apiv2/categories/{id}.json
调用权限

admin

curl 示例
curl https://{subdomain}.kf5.com/apiv2/categories/{id}.json \
  -H "Content-Type: application/json" -d '{"category": {"content": "new content"}}' \
  -v -u {email_address}:{password} -X PUT
返回示例
Status: 200 OK{
  "category": {
      "id":   2014,
      "title": "post category",
      ...   }}