fix typos and missing information in apidocs - fixes https://github.com/HabitRPG/habitrpg/issues/7277 (#7282)

This commit is contained in:
Alys
2016-05-16 06:37:31 +10:00
committed by Matteo Pagliazzi
parent faaa52035d
commit 4ceab38d0b
5 changed files with 12 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ let tasksModels = ['habit', 'daily', 'todo', 'reward'];
let allModels = ['user', 'tag', 'challenge', 'group'].concat(tasksModels);
/**
* @api {get} /api/v3s/models/:model/paths Get all paths for the specified model.
* @api {get} /api/v3/models/:model/paths Get all paths for the specified model.
* @apiDescription Doesn't require authentication
* @apiVersion 3.0.0
* @apiName GetUserModelPaths