mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-12 23:08:35 +00:00
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:
parent
a90d0f9233
commit
ee581a1ab2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue