From 1b18ba0393c61c71c48a891e9446e27003f6069e Mon Sep 17 00:00:00 2001
From: clokep
To authenticate yourself to the server, you will need both the shared secret
-(registration_shared_secret
+(registration_shared_secret
in the homeserver configuration), and a one-time nonce. If the registration
shared secret is not configured, this API is not enabled.
To fetch the nonce, you need to request one from the API:
diff --git a/develop/print.html b/develop/print.html index f704075264..d0afec7668 100644 --- a/develop/print.html +++ b/develop/print.html @@ -10920,7 +10920,7 @@ a purge id: non-interactive way. This is generally used for bootstrapping a Synapse instance with administrator accounts.To authenticate yourself to the server, you will need both the shared secret
-(registration_shared_secret
+(registration_shared_secret
in the homeserver configuration), and a one-time nonce. If the registration
shared secret is not configured, this API is not enabled.
To fetch the nonce, you need to request one from the API: