mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01: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:
@@ -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
|
* @apiVersion 3.0.0
|
||||||
* @apiName GetTask
|
* @apiName GetTask
|
||||||
* @apiGroup Task
|
* @apiGroup Task
|
||||||
|
|||||||
Reference in New Issue
Block a user