Fix setUsername request parameter

Ajay Ramachandran
2020-08-23 11:15:16 -04:00
parent e995e830a9
commit f9be283be7

@@ -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
}