修改文档分类
PUT /apiv2/forums/{id}.json
调用权限
admin
curl 示例
curl https://{subdomain}.kf5.com/apiv2/forums/{id}.json \ -H "Content-Type: application/json" -d '{"forum": {"title": "this is new title"}}' \ -v -u {email_address}:{password} -X PUT
返回示例
Status: 200 OK{ "forum": { "id": 2014, "title": "this is new title", ... }}