diff options
author | Erik Johnston <erik@matrix.org> | 2014-09-01 18:21:29 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-09-01 18:21:29 +0100 |
commit | 3faa2ae78c7ce2330ed7699ffe3fd08306055da9 (patch) | |
tree | e97b09a70586b58cdc9f2533dae1d071167b4b71 /docs/client-server/swagger_matrix/api-docs | |
parent | Add beginnings of ban support. (diff) | |
parent | Follow API renaming. state -> presence. mtime_ago -> last_active_ago (diff) | |
download | synapse-3faa2ae78c7ce2330ed7699ffe3fd08306055da9.tar.xz |
Merge branch 'develop' of github.com:matrix-org/synapse into room_config
Diffstat (limited to 'docs/client-server/swagger_matrix/api-docs')
-rw-r--r-- | docs/client-server/swagger_matrix/api-docs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/client-server/swagger_matrix/api-docs b/docs/client-server/swagger_matrix/api-docs index 58462a9067..a80b3bb342 100644 --- a/docs/client-server/swagger_matrix/api-docs +++ b/docs/client-server/swagger_matrix/api-docs @@ -3,31 +3,31 @@ "swaggerVersion": "1.2", "apis": [ { - "path": "/login", + "path": "-login", "description": "Login operations" }, { - "path": "/registration", + "path": "-registration", "description": "Registration operations" }, { - "path": "/rooms", + "path": "-rooms", "description": "Room operations" }, { - "path": "/profile", + "path": "-profile", "description": "Profile operations" }, { - "path": "/presence", + "path": "-presence", "description": "Presence operations" }, { - "path": "/events", + "path": "-events", "description": "Event operations" }, { - "path": "/directory", + "path": "-directory", "description": "Directory operations" } ], |