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
Richard van der Hoff 2370a4c970 Spell out the state algorithm for createRoom
Fixes https://matrix.org/jira/browse/SPEC-429.

Synapse currently follows the specified ordering, but does *not* give the
specified error when the state is invalid (instead it creates the room anyway
but gives a 403 M_FORBIDDEN). Still, I don't think that should be a real
problem for any real clients, and nothing would break if we changed this in
synapse, so it might as well go in the spec anyway.
10 years ago
..
application-service Add a license to the spec 10 years ago
client-server Spell out the state algorithm for createRoom 10 years ago
files fix for https://github.com/matrix-org/matrix-doc/issues/270 10 years ago
identity Add a license to the spec 10 years ago
push-gateway Add a license to the spec 10 years ago
README Remove redundant scripts under api/ 10 years ago
check_examples.py Add a license to the spec 10 years ago
package.json Reinstate validator.js 10 years ago
validator.js Reinstate validator.js 10 years ago

README

This directory contains swagger-compatible representations of our APIs. See
scripts/README.md for details on how to make use of them.