Skip to content

Commit fd5ea72

Browse files
authored
update doc for feature flag removal from /users?profile=true (#196)
1 parent bb4481e commit fd5ea72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

users/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Returns all users in the system.
5757
- **Params**
5858
None
5959
- **Query**
60-
- Optional: `profile=["true"]&dev=["true]` (if profile is set true with dev feature flag as true, it will return currently logged-in users data.)
60+
- Optional: `profile=["true"]` (if profile is set to true, it will return currently logged-in users data.)
6161
- Optional: `size=[integer]` (`size` is the number of users requested per page, value ranges between 1-100, and the default value is 100)
6262
- Optional: `page=[integer]` (`page` can either be 0 or a positive number, and the default value is 0)
6363
- Optional: `search=[string]` (`search` is a string value for username prefix)
@@ -87,7 +87,7 @@ Returns all users in the system.
8787
}
8888
```
8989
90-
**If `/users?profile=true&dev=true`**
90+
**If `/users?profile=true`**
9191
- **Code:** 200
9292
- **Content:**
9393

0 commit comments

Comments
 (0)