summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorJulian-Samuel Gebühr <julian-samuel@gebuehr.net>2022-08-05 13:15:35 +0200
committerGitHub <noreply@github.com>2022-08-05 11:15:35 +0000
commit3d2cabf9669e27016e6c062313709e88a50697bb (patch)
tree85a50e870e347ae6be85ac6bbf7ec250e131daa4 /docs
parentUpdate module API "update room membership" method to allow for remote joins (... (diff)
downloadsynapse-3d2cabf9669e27016e6c062313709e88a50697bb.tar.xz
Mark token-authenticaticated-registration API as not-experimental (#11897)
Diffstat (limited to 'docs')
-rw-r--r--docs/usage/administration/admin_api/registration_tokens.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/usage/administration/admin_api/registration_tokens.md b/docs/usage/administration/admin_api/registration_tokens.md
index 13d5eb75e9..90cbc21125 100644
--- a/docs/usage/administration/admin_api/registration_tokens.md
+++ b/docs/usage/administration/admin_api/registration_tokens.md
@@ -2,11 +2,11 @@
 
 This API allows you to manage tokens which can be used to authenticate
 registration requests, as proposed in
-[MSC3231](https://github.com/matrix-org/matrix-doc/blob/main/proposals/3231-token-authenticated-registration.md).
+[MSC3231](https://github.com/matrix-org/matrix-doc/blob/main/proposals/3231-token-authenticated-registration.md)
+and stabilised in version 1.2 of the Matrix specification.
 To use it, you will need to enable the `registration_requires_token` config
 option, and authenticate by providing an `access_token` for a server admin:
-see [Admin API](../../usage/administration/admin_api).
-Note that this API is still experimental; not all clients may support it yet.
+see [Admin API](../admin_api).
 
 
 ## Registration token objects