diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-05-01 15:18:58 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-05-01 15:44:30 +0100 |
commit | 8e9ca8353730949290460f9183c5ee48941d1f75 (patch) | |
tree | e4cefb75b708ad5bcca191b5992e3ceaa63533ad /docs/admin_api/register_api.rst | |
parent | Move admin API away from ClientV1RestServlet (diff) | |
download | synapse-8e9ca8353730949290460f9183c5ee48941d1f75.tar.xz |
Move admin API to a new prefix
Diffstat (limited to 'docs/admin_api/register_api.rst')
-rw-r--r-- | docs/admin_api/register_api.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/admin_api/register_api.rst b/docs/admin_api/register_api.rst index 084e74ebf5..3a63109aa0 100644 --- a/docs/admin_api/register_api.rst +++ b/docs/admin_api/register_api.rst @@ -12,7 +12,7 @@ is not enabled. To fetch the nonce, you need to request one from the API:: - > GET /_matrix/client/r0/admin/register + > GET /_synapse/admin/v1/register < {"nonce": "thisisanonce"} @@ -22,7 +22,7 @@ body containing the nonce, username, password, whether they are an admin As an example:: - > POST /_matrix/client/r0/admin/register + > POST /_synapse/admin/v1/register > { "nonce": "thisisanonce", "username": "pepper_roni", |