summary refs log tree commit diff
path: root/docs/client-server/swagger_matrix/api-docs
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2014-09-01 15:51:44 +0100
committerMark Haines <mark.haines@matrix.org>2014-09-01 15:51:44 +0100
commitf5755bcadfe6d27f1449f85f8b846ca4b02e5f20 (patch)
treebfb9f36038c0728de5411059f3af97a4be473509 /docs/client-server/swagger_matrix/api-docs
parentFix homeserver config parsing (diff)
parentRename API-visible 'mtime' presence field to 'last_active'; slightly differen... (diff)
downloadsynapse-f5755bcadfe6d27f1449f85f8b846ca4b02e5f20.tar.xz
Merge branch 'develop' into server2server_tls
Diffstat (limited to 'docs/client-server/swagger_matrix/api-docs')
-rw-r--r--docs/client-server/swagger_matrix/api-docs14
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" } ],