fix typo in apidocs comment block

This commit is contained in:
Alys
2017-12-30 08:43:11 +10:00
parent 63bba13b5f
commit 9a3a104ba4

View File

@@ -1566,7 +1566,7 @@ api.userSell = {
*
* @apiErrorExample {json}
* {"success":false,"error":"BadRequest","message":"Path string is required"}
8 {"success":false,"error":"NotAuthorized","message":"Full set already unlocked."}
* {"success":false,"error":"NotAuthorized","message":"Full set already unlocked."}
*/
api.userUnlock = {
method: 'POST',