From 305e590bea8b1bfc18b4fe39d47e749e8f7c2bc0 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Thu, 30 Jul 2026 10:55:30 -0500 Subject: [PATCH] Link and use canonical API name --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c244b050dd..210a219c61 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,7 +16,7 @@ ## Improved Documentation -- Clarify the usage of the `guests` parameter when using the List user API with the Matrix Authentication Service integration enabled. ([\#19963](https://github.com/element-hq/synapse/issues/19963)) +- Clarify the usage of the `guests` parameter when using the [List Accounts (V2) admin API](https://element-hq.github.io/synapse/develop/admin_api/user_admin_api.html#list-accounts-v2) with the Matrix Authentication Service integration enabled. ([\#19963](https://github.com/element-hq/synapse/issues/19963)) ## Internal Changes