correct apidoc comments for updating and deleting a tag

This commit is contained in:
Alys
2016-11-19 12:37:21 +10:00
parent 64754777ed
commit f58f6acb44

View File

@@ -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
* *