docs-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.
2016-07-18 13:01:45 +01:00
..
application-service Add a license to the spec 2016-07-12 17:28:30 +01:00
client-server Spell out the state algorithm for createRoom 2016-07-18 13:01:45 +01:00
files fix for https://github.com/matrix-org/matrix-doc/issues/270 2016-02-16 11:01:04 +00:00
identity Add a license to the spec 2016-07-12 17:28:30 +01:00
push-gateway Add a license to the spec 2016-07-12 17:28:30 +01:00
check_examples.py Add a license to the spec 2016-07-12 17:28:30 +01:00
package.json Reinstate validator.js 2016-05-04 00:19:46 +01:00
README Remove redundant scripts under api/ 2016-05-03 12:05:52 +01:00
validator.js Reinstate validator.js 2016-05-04 00:19:46 +01:00

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