summary refs log tree commit diff
path: root/docs/client-server/swagger_matrix/api-docs
blob: d974dbb37466a0d19cd3181a4e360234e37e5ff4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "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"
    }
  ],
  "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"
  }
}