diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -89,4 +89,13 @@ - Response - 200 Ok - 500 Internal Server Error - - JSON `"Could not complete transaction"`
\ No newline at end of file + - JSON `"Could not complete transaction"` +- POST `/user/update/info` + - Request + - JSON `{"id": "ID", "session": "SESSION_KEY", "name": "USERNAME", "old_password": "PASSWORD", "new_password": "PASSWORD"}` + - Response + - 200 Ok + - 401 Unauthorized + - JSON `"Not Authenticated"` + - 400 Bad Request + - 500 Internal Server Error`
\ No newline at end of file |