回复工单

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

end user

curl 示例
curl https://{subdomain}.kf5.com/apiv2/requests/{id}.json \
  -d '{"request": {"comment": {"content": "Thanks!"}}}' \
  -v -u {email_address}/token:{api_token} -X PUT -H "Content-Type: application/json"
返回示例
Status: 200 OK{
  "request": {
      "id": 33,
      "status": "open",
      "title": "here is a bug",
      ...  }}