mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
correct apidoc comments for updating and deleting a tag
This commit is contained in:
@@ -84,7 +84,7 @@ api.getTag = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @api {put} /api/v3/tag/:tagId Update a tag
|
* @api {put} /api/v3/tags/:tagId Update a tag
|
||||||
* @apiName UpdateTag
|
* @apiName UpdateTag
|
||||||
* @apiGroup Tag
|
* @apiGroup Tag
|
||||||
*
|
*
|
||||||
@@ -155,7 +155,7 @@ api.reorderTags = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @api {delete} /api/v3/tag/:tagId Delete a user tag given its id
|
* @api {delete} /api/v3/tags/:tagId Delete a user tag given its id
|
||||||
* @apiName DeleteTag
|
* @apiName DeleteTag
|
||||||
* @apiGroup Tag
|
* @apiGroup Tag
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user