diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-08-27 12:14:26 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-08-27 12:14:35 +0100 |
commit | 71095f4e6e0504fc51a1ca916650c6822129f401 (patch) | |
tree | 398ddd87d170c543a0717af495fdca7f6d28954e /docs/client-server/swagger_matrix/api-docs | |
parent | Removed urls.rst - The API docs / swagger JSON should be used as the canonica... (diff) | |
download | synapse-71095f4e6e0504fc51a1ca916650c6822129f401.tar.xz |
Updated swagger JSON: cleaned up unused entries. Converted most paths to the new format.
Diffstat (limited to 'docs/client-server/swagger_matrix/api-docs')
-rw-r--r-- | docs/client-server/swagger_matrix/api-docs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/client-server/swagger_matrix/api-docs b/docs/client-server/swagger_matrix/api-docs index d974dbb374..e52d4ee69d 100644 --- a/docs/client-server/swagger_matrix/api-docs +++ b/docs/client-server/swagger_matrix/api-docs @@ -21,6 +21,10 @@ { "path": "/presence", "description": "Presence operations" + }, + { + "path": "/events", + "description": "Event operations" } ], "authorizations": { |