mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-22 05:44:16 +00:00
fix typo in apidocs comment block
This commit is contained in:
parent
63bba13b5f
commit
9a3a104ba4
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue