mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix errors in apidocs for coupons/enter/:code and tasks/:taskId
This commit is contained in:
@@ -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
|
* @apiVersion 3.0.0
|
||||||
* @apiName EnterCouponCode
|
* @apiName EnterCouponCode
|
||||||
* @apiGroup Coupon
|
* @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
|
* @apiVersion 3.0.0
|
||||||
* @apiName UpdateTask
|
* @apiName UpdateTask
|
||||||
* @apiGroup Task
|
* @apiGroup Task
|
||||||
|
|||||||
Reference in New Issue
Block a user