summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-23 17:09:18 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-23 17:09:18 +0000
commit0057df80729b110debeafbbb164107ba1e790441 (patch)
tree04adc6936578a05acb06fedd26f461972280fdee
parentMerge pull request #6855 from matrix-org/clokep/readme-pip-install (diff)
parentUpdate documentation (#6859) (diff)
downloadsynapse-0057df80729b110debeafbbb164107ba1e790441.tar.xz
Update documentation (#6859)
* commit 'f0561fcff':
  Update documentation (#6859)
-rw-r--r--docs/admin_api/user_admin_api.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/admin_api/user_admin_api.rst b/docs/admin_api/user_admin_api.rst

index 0b3d09d694..ed6df61a26 100644 --- a/docs/admin_api/user_admin_api.rst +++ b/docs/admin_api/user_admin_api.rst
@@ -2,7 +2,8 @@ Create or modify Account ======================== This API allows an administrator to create or modify a user account with a -specific ``user_id``. +specific ``user_id``. Be aware that ``user_id`` is fully qualified: for example, +``@user:server.com``. This api is::