Changes by blabdude - added a note to userID that is it is case sensitive

Ajay Ramachandran
2021-06-27 20:56:50 -04:00
parent 6ae5895736
commit 4792bb82bb

@@ -441,6 +441,7 @@ __________________________________________________________________
```js
{
username: string, // search string for username
// case sensitive
// minimum for non-exact search is 3 characters, maximum is 64 characters
exact: Boolean // if explicitly set to true, searches for exact username
}