|
|
@@ -58,6 +58,6 @@ will be returned:
|
|
58
|
58
|
"error": 0 // Error code, if an error occured. 0 indicates no error.
|
|
59
|
59
|
}
|
|
60
|
60
|
```
|
|
61
|
|
-The error codes are as follows, 1 indicates the username could not be found, 2
|
|
62
|
|
-indicates that the password is invalid and 3 indicates the provided
|
|
|
61
|
+The error codes are as follows, `1` indicates the username could not be found,
|
|
|
62
|
+`2` indicates that the password is invalid and `3` indicates the provided
|
|
63
|
63
|
authentication key was invalid.
|