|
@@ -210,7 +210,7 @@ module.exports = function(crowi, app) {
|
|
|
* @apiGroup Tag
|
|
* @apiGroup Tag
|
|
|
*
|
|
*
|
|
|
* @apiParam {Number} limit
|
|
* @apiParam {Number} limit
|
|
|
- * @apiParam {Number} skip
|
|
|
|
|
|
|
+ * @apiParam {Number} offset
|
|
|
*/
|
|
*/
|
|
|
api.list = async function(req, res) {
|
|
api.list = async function(req, res) {
|
|
|
const limit = +req.query.limit || 50;
|
|
const limit = +req.query.limit || 50;
|