Update tasks.js

Typo in code: url for getting a single task is  * @api {get} /api/v3/tasks/:taskId Get a task; not /api/v3/task/:taskId
This commit is contained in:
eshapard
2016-06-09 21:16:05 -07:00
committed by GitHub
parent a90d0f9233
commit ee581a1ab2

View File

@@ -228,7 +228,7 @@ api.getChallengeTasks = {
};
/**
* @api {get} /api/v3/task/:taskId Get a task
* @api {get} /api/v3/tasks/:taskId Get a task
* @apiVersion 3.0.0
* @apiName GetTask
* @apiGroup Task