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
Travis Ralston 9b1f3a1f47 Document guest_access in /createRoom presets; Make presets a table
Previously the presets ended up being rendered as one long string (the indentation was not respected). This was hard to read and wasn't very clear.

Now that there's a larger amount of information, it makes some sense to put it into a table. Tables don't work nicely when nested in another table, so the preset definitions have been moved into the general route description.

This commit also updates the documentation to reference `preset`, not `presets` given the param is singular.

Fixes https://github.com/matrix-org/matrix-doc/issues/881
7 years ago
..
application-service Supply operationId for freshly added IS and AS operations 7 years ago
client-server Document guest_access in /createRoom presets; Make presets a table 7 years ago
files
identity Add IS ping endpoint 7 years ago
push-gateway Add operationId to all endpoints of all APIs 7 years ago
server-server Small grammatical and stylistic fixes 7 years ago
README README.rst: Add notes on how to build the spec 7 years ago
check_examples.py
package.json
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.