mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-12 23:08:35 +00:00
fix errors in apidocs for coupons/enter/:code and tasks/:taskId
This commit is contained in:
parent
f92cba6a40
commit
4df2b723fa
2 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ api.generateCoupons = {
|
|||
};
|
||||
|
||||
/**
|
||||
* @api {post} /api/v3/user/coupon/:code Enter coupon code
|
||||
* @api {post} /api/v3/coupons/enter/:code Enter coupon code
|
||||
* @apiVersion 3.0.0
|
||||
* @apiName EnterCouponCode
|
||||
* @apiGroup Coupon
|
||||
|
|
|
|||
|
|
@ -288,7 +288,7 @@ api.getTask = {
|
|||
};
|
||||
|
||||
/**
|
||||
* @api {put} /api/v3/task/:taskId Update a task
|
||||
* @api {put} /api/v3/tasks/:taskId Update a task
|
||||
* @apiVersion 3.0.0
|
||||
* @apiName UpdateTask
|
||||
* @apiGroup Task
|
||||
|
|
|
|||
Loading…
Reference in a new issue