mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +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
|
||||
* @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
|
||||
|
||||
Reference in New Issue
Block a user