From c8ae75a342fa2b245d784d9247711be94cae9463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= <76261501+zecakeh@users.noreply.github.com> Date: Wed, 7 Jan 2026 14:55:24 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- content/client-server-api/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index 49482cbb..f7b00f34 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -2266,7 +2266,7 @@ The server SHOULD return one of the following responses: {{% added-in v="1.18" %}} -All account management is done via the homeserver’s web UI as all endpoints that +All account management is done via the homeserver's web UI as all endpoints that require User-Interactive Authentication are unsupported by this authentication API. @@ -2307,8 +2307,8 @@ The following account management actions are defined: |----------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------| | `org.matrix.profile` | The user wishes to view/edit their profile (name, avatar, contact details). | | `org.matrix.devices_list` | The user wishes to view a list of their devices. | -| `org.matrix.device_view` | The user wishes to view the details of a specific device. A `device_id` should be provided. | -| `org.matrix.device_delete` | The user wishes to delete/log out a specific device. A `device_id` should be provided. | +| `org.matrix.device_view` | The user wishes to view the details of a specific device. A `device_id` SHOULD be provided. | +| `org.matrix.device_delete` | The user wishes to delete/log out a specific device. A `device_id` SHOULD be provided. | | `org.matrix.account_deactivate` | The user wishes to deactivate their account. | | `org.matrix.cross_signing_reset` | The user wishes to reset their cross-signing identity. Servers SHOULD use this action in the URL of the [`m.oauth`](#oauth-authentication) UIA type. |