summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2021-04-09 10:44:40 +0200
committerGitHub <noreply@github.com>2021-04-09 09:44:40 +0100
commit48a1f4db313026c79fbc7d9d950175693368d98b (patch)
treeea9511a5ad971e9d8755fcb8dbaf40f86351d85e /changelog.d
parentBugbear: Add Mutable Parameter fixes (#9682) (diff)
downloadsynapse-48a1f4db313026c79fbc7d9d950175693368d98b.tar.xz
Remove old admin API `GET /_synapse/admin/v1/users/<user_id>` (#9401)
Related: #8334
Deprecated in: #9429 - Synapse 1.28.0 (2021-02-25)

`GET /_synapse/admin/v1/users/<user_id>` has no
- unit tests
- documentation

API in v2 is available (#5925 - 12/2019, v1.7.0).
API is misleading. It expects `user_id` and returns a list of all users.

Signed-off-by: Dirk Klimpel dirk@klimpel.org
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9401.removal1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9401.removal b/changelog.d/9401.removal
new file mode 100644
index 0000000000..9c813e0215
--- /dev/null
+++ b/changelog.d/9401.removal
@@ -0,0 +1 @@
+Remove old admin API `GET /_synapse/admin/v1/users/<user_id>`.
\ No newline at end of file