matrix-doc/api
Andrew Morgan cd26c170de Specify token used in /login is not an Access Token (#1155)
* Specify token used in /login is not an Access Token

While working through the implementation of /login in Dendrite, it was
confusing what the contents of the token attribute in the login request
body referred to. Initially, I thought it was an access token, which led
to further confusion. This commit explicitly states that the token is a
login token, which is separate from an access token, hopefully reducing
confusion for future readers.

Signed-off-by: Andrew Morgan (https://amorgan.xyz) <andrew@amorgan.xyz>
2018-03-23 10:00:49 +00:00
..
application-service Supply operationId for freshly added IS and AS operations 2017-11-15 07:53:36 +09:00
client-server Specify token used in /login is not an Access Token (#1155) 2018-03-23 10:00:49 +00:00
files fix for https://github.com/matrix-org/matrix-doc/issues/270 2016-02-16 11:01:04 +00:00
identity Add IS ping endpoint 2018-02-27 17:54:42 +01:00
push-gateway Add operationId to all endpoints of all APIs 2017-10-11 01:58:31 +09:00
server-server Adapt paths as per feedback 2017-11-15 18:46:27 +01:00
README README.rst: Add notes on how to build the spec 2017-10-25 09:57:02 +01:00
check_examples.py Format examples as raw objects 2017-09-27 08:04:24 +01:00
package.json Reinstate validator.js 2016-05-04 00:19:46 +01:00
validator.js Provide doc-comments with makeHandler(); cleanup 2017-11-15 07:28:25 +09:00

README

This directory contains swagger-compatible representations of our APIs. See
the main README.rst for details on how to make use of them.