From fd5ea724dec31754b783c68e3fa53d6fc0ba0945 Mon Sep 17 00:00:00 2001 From: Vikas Singh <59792866+vikasosmium@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:33:51 +0530 Subject: [PATCH] update doc for feature flag removal from /users?profile=true (#196) --- users/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/README.md b/users/README.md index d066313..1165e57 100644 --- a/users/README.md +++ b/users/README.md @@ -57,7 +57,7 @@ Returns all users in the system. - **Params** None - **Query** - - Optional: `profile=["true"]&dev=["true]` (if profile is set true with dev feature flag as true, it will return currently logged-in users data.) + - Optional: `profile=["true"]` (if profile is set to true, it will return currently logged-in users data.) - Optional: `size=[integer]` (`size` is the number of users requested per page, value ranges between 1-100, and the default value is 100) - Optional: `page=[integer]` (`page` can either be 0 or a positive number, and the default value is 0) - Optional: `search=[string]` (`search` is a string value for username prefix) @@ -87,7 +87,7 @@ Returns all users in the system. } ``` - **If `/users?profile=true&dev=true`** + **If `/users?profile=true`** - **Code:** 200 - **Content:**