aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 08a806e..eafa655 100644
--- a/README.md
+++ b/README.md
@@ -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