From 1b153d497b6948932b0de2f0088fe7192eb0994a Mon Sep 17 00:00:00 2001 From: William George Date: Thu, 18 Oct 2018 09:06:44 +0000 Subject: Make getting a user by the username case insensitive --- doc/api/users.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/api/users.md') diff --git a/doc/api/users.md b/doc/api/users.md index 07f03f9c827..ee24aa09156 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -59,6 +59,9 @@ GET /users?active=true GET /users?blocked=true ``` +NOTE: **Note:** +Username search is case insensitive. + ### For admins ``` -- cgit v1.2.1