Wording fixes to 'name' user admin api filter (#8163)

Some fixes to wording I noticed after merging #7377.
This commit is contained in:
Andrew Morgan 2020-08-25 15:03:24 +01:00 committed by GitHub
parent 79ac619403
commit 74bf8d4d06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 5 deletions

View file

@ -507,7 +507,7 @@ class DataStore(
Args:
start (int): start number to begin the query from
limit (int): number of rows to retrieve
user_id (string): search for user_id
user_id (string): search for user_id. ignored if name is not None
name (string): search for local part of user_id or display name
guests (bool): whether to in include guest users
deactivated (bool): whether to include deactivated users