mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-20 21:04:13 +00:00
correct apidoc comments for updating and deleting a tag
This commit is contained in:
parent
64754777ed
commit
f58f6acb44
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
* @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
|
||||
* @apiGroup Tag
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue