修改社区话题

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

admin

curl 示例
curl https://{subdomain}.kf5.com/apiv2/topics/{id}.json \
  -H "Content-Type: application/json" -d '{"topic": {"title": "this is new title"}}' \
  -v -u {email_address}:{password} -X PUT
返回示例
Status: 200 OK{
  "topic": {
      "id":   2219,
      "title": "this is new title",
      ...   }}