diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-09-01 14:05:28 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-09-01 14:05:28 +0100 |
commit | 51b0b5c5ab3b2e7669fbaef9226057d425d52ce3 (patch) | |
tree | bd36909ba8504db217960366e3a17f8446ed6a9d /docs/client-server/swagger_matrix/api-docs | |
parent | add another public wishlist item (diff) | |
download | synapse-51b0b5c5ab3b2e7669fbaef9226057d425d52ce3.tar.xz |
Renamed json files because: paths.
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" } ], |