diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-09-03 10:58:53 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-09-03 10:58:53 +0100 |
commit | 3a3fadcece2f90171d82aee1b44956bb4b383549 (patch) | |
tree | 93e8fa7cf1eb496a556c4140a4831e25e35315a6 /docs/client-server/swagger_matrix/api-docs-registration | |
parent | Update port numbers. (diff) | |
download | synapse-3a3fadcece2f90171d82aee1b44956bb4b383549.tar.xz |
Make API docs not lie on registration/login.
Diffstat (limited to 'docs/client-server/swagger_matrix/api-docs-registration')
-rw-r--r-- | docs/client-server/swagger_matrix/api-docs-registration | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/client-server/swagger_matrix/api-docs-registration b/docs/client-server/swagger_matrix/api-docs-registration index a3dbc01b36..f4669ea2f0 100644 --- a/docs/client-server/swagger_matrix/api-docs-registration +++ b/docs/client-server/swagger_matrix/api-docs-registration @@ -52,6 +52,10 @@ "user_id": { "description": "The fully-qualified user ID.", "type": "string" + }, + "home_server": { + "description": "The name of the home server.", + "type": "string" } } }, |