misc fixes, add createTask route and ability to get tasks by type to getTasks route

This commit is contained in:
Matteo Pagliazzi
2015-11-28 17:47:32 +01:00
parent 786845effd
commit 6c904330e7
5 changed files with 104 additions and 4 deletions

View File

@@ -244,7 +244,7 @@ api.loginSocial = {
* @apiName UserDeleteSocial
* @apiGroup User
*
* @apiSuccess {Boolean=true} success Always true
* @apiSuccess {Object} response Empty object
*/
api.deleteSocial = {
method: 'DELETE',