diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-08-25 15:03:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-25 15:03:24 +0100 |
commit | 74bf8d4d0659a87152804dc56df9284be87512bb (patch) | |
tree | dc3bcf29935838f49890e4d96a47c26304bc60d6 /changelog.d | |
parent | Fix missing double-backtick in RST document (diff) | |
download | synapse-74bf8d4d0659a87152804dc56df9284be87512bb.tar.xz |
Wording fixes to 'name' user admin api filter (#8163)
Some fixes to wording I noticed after merging #7377.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7377.misc | 2 | ||||
-rw-r--r-- | changelog.d/8163.misc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/7377.misc b/changelog.d/7377.misc index 67e2da0dcb..b3ec08855b 100644 --- a/changelog.d/7377.misc +++ b/changelog.d/7377.misc @@ -1 +1 @@ -Search in columns 'name' and 'displayname' in the admin users endpoint. Contributed by Awesome Technologies Innovationslabor GmbH. +Add filter `name` to the `/users` admin API, which filters by user ID or displayname. Contributed by Awesome Technologies Innovationslabor GmbH. diff --git a/changelog.d/8163.misc b/changelog.d/8163.misc new file mode 100644 index 0000000000..b3ec08855b --- /dev/null +++ b/changelog.d/8163.misc @@ -0,0 +1 @@ +Add filter `name` to the `/users` admin API, which filters by user ID or displayname. Contributed by Awesome Technologies Innovationslabor GmbH. |