summary refs log tree commit diff
path: root/docs/client-server/swagger_matrix/api-docs
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-10-17 20:18:02 +0100
committerErik Johnston <erik@matrix.org>2014-10-17 20:18:02 +0100
commita065becea5c57ce0f2f6654187b3aef02013c139 (patch)
tree425362827f2dc8e9f43f72f23de9445cc75a99f4 /docs/client-server/swagger_matrix/api-docs
parentkeep 'origin_server_ts' as 'ts' in the database to avoid needlessly updating ... (diff)
parentmove swagger JSON from synapse project to matrix-doc project (diff)
downloadsynapse-a065becea5c57ce0f2f6654187b3aef02013c139.tar.xz
Merge branch 'docs-restructuring' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'docs/client-server/swagger_matrix/api-docs')
-rw-r--r--docs/client-server/swagger_matrix/api-docs46
1 files changed, 0 insertions, 46 deletions
diff --git a/docs/client-server/swagger_matrix/api-docs b/docs/client-server/swagger_matrix/api-docs
deleted file mode 100644

index a80b3bb342..0000000000 --- a/docs/client-server/swagger_matrix/api-docs +++ /dev/null
@@ -1,46 +0,0 @@ -{ - "apiVersion": "1.0.0", - "swaggerVersion": "1.2", - "apis": [ - { - "path": "-login", - "description": "Login operations" - }, - { - "path": "-registration", - "description": "Registration operations" - }, - { - "path": "-rooms", - "description": "Room operations" - }, - { - "path": "-profile", - "description": "Profile operations" - }, - { - "path": "-presence", - "description": "Presence operations" - }, - { - "path": "-events", - "description": "Event operations" - }, - { - "path": "-directory", - "description": "Directory operations" - } - ], - "authorizations": { - "token": { - "scopes": [] - } - }, - "info": { - "title": "Matrix Client-Server API Reference", - "description": "This contains the client-server API for the reference implementation of the home server", - "termsOfServiceUrl": "http://matrix.org", - "license": "Apache 2.0", - "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html" - } -}