You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-spec/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>
6 years ago
..
application-service Supply operationId for freshly added IS and AS operations 7 years ago
client-server Specify token used in /login is not an Access Token (#1155) 6 years ago
files fix for https://github.com/matrix-org/matrix-doc/issues/270 8 years ago
identity Add IS ping endpoint 6 years ago
push-gateway Add operationId to all endpoints of all APIs 7 years ago
server-server Adapt paths as per feedback 7 years ago
README README.rst: Add notes on how to build the spec 7 years ago
check_examples.py Format examples as raw objects 7 years ago
package.json Reinstate validator.js 8 years ago
validator.js Provide doc-comments with makeHandler(); cleanup 7 years ago

README

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