summary refs log tree commit diff
path: root/docs/admin_api
diff options
context:
space:
mode:
authorTravis Ralston <travpc@gmail.com>2018-08-17 02:46:25 -0600
committerGitHub <noreply@github.com>2018-08-17 02:46:25 -0600
commita8ffc27db76b9805d7c91e7256c278306ab54761 (patch)
treee28a800305e8661bda7532623b9279fb11195f81 /docs/admin_api
parentMerge pull request #3705 from matrix-org/erikj/fix_inbound_fed_worker (diff)
downloadsynapse-a8ffc27db76b9805d7c91e7256c278306ab54761.tar.xz
Update the admin register documentation to return a real user ID
Presumably this is the intention anyways. I've also updated the domain part to be something more along the lines of what people might expect.
Diffstat (limited to 'docs/admin_api')
-rw-r--r--docs/admin_api/register_api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/admin_api/register_api.rst b/docs/admin_api/register_api.rst
index 209cd140fd..16d65c86b3 100644
--- a/docs/admin_api/register_api.rst
+++ b/docs/admin_api/register_api.rst
@@ -33,7 +33,7 @@ As an example::
 
   < {
      "access_token": "token_here",
-     "user_id": "@pepper_roni@test",
+     "user_id": "@pepper_roni:localhost",
      "home_server": "test",
      "device_id": "device_id_here"
     }