To change the apidoc, you need to: * change one file controllers/api/api.go * then run the command `apidoc -i controllers/api/ -o apidoc/`
* API documentation Using apiDocjs to generate it. When updating API, you should back up all old comments of the api in _apidoc.json under the History comment * Update rss handler * API documentation done