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-proposals/api
Travis Ralston f923d08078 Add read markers
This is the spec for https://github.com/matrix-org/matrix-doc/issues/910

Fixes https://github.com/matrix-org/matrix-doc/issues/910

Some reverse engineering was required to work out the complete details as to how this works. In particular, the 405 for setting account data and the behaviour of m.read.

References:
* 405 for account data: d69decd5c7/synapse/rest/client/v2_alpha/account_data.py (L85-L90)
* m.read behaviour: d69decd5c7/synapse/rest/client/v2_alpha/read_marker.py (L45-L52)
6 years ago
..
application-service Merge pull request #1629 from turt2live/travis/as/route-versions 6 years ago
client-server Add read markers 6 years ago
files fix for https://github.com/matrix-org/matrix-doc/issues/270 9 years ago
identity Clean up identity service swagger 6 years ago
push-gateway Improve wording on push gateways 6 years ago
server-server Merge pull request #1587 from turt2live/travis/s2s/clarify-state-ids-inclusion 6 years ago
README README.rst: Add notes on how to build the spec 7 years ago
check_examples.py Revert giving get() a default 6 years ago
openapi_extensions.md Document OpenAPI extension 6 years ago
package.json Reinstate validator.js 9 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.