From f9be283be79cb2bc9f315fb731195051506997ac Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 23 Aug 2020 11:15:16 -0400 Subject: [PATCH] Fix setUsername request parameter --- API-Docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API-Docs.md b/API-Docs.md index 8d30060..09a536f 100644 --- a/API-Docs.md +++ b/API-Docs.md @@ -181,7 +181,7 @@ __________________________________________________________________ ``` { userID: string, //local user id normally, public user id if adminUserID is specified - userName: string, + username: string, //optional adminUserID: string //This is if you want to change someone elses username from the admin account }