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 6ae7e49522
Clarify what the client should receiving on email resending
It was a little unclear what the client should do when asked to send a validation email and provides a `send_attempt` value that is not greater than previous attempts. As this is intended to be for when a client mistakenly sends the request twice, it makes logical sense that the implication was to simply resend a success value so the client doesn't error even when an email may have been sent on the first attempt.

This behaviour was also mimicked in Synapse/Sydent.
7 years ago
..
application-service Merge pull request #1629 from turt2live/travis/as/route-versions 7 years ago
client-server Fix example Content-Type for /media/upload request 7 years ago
files fix for https://github.com/matrix-org/matrix-doc/issues/270 10 years ago
identity Clarify what the client should receiving on email resending 7 years ago
push-gateway Improve wording on push gateways 8 years ago
server-server v4 is v4, not v3 7 years ago
README README.rst: Add notes on how to build the spec 8 years ago
check_examples.py Fix examples for new schema 7 years ago
openapi_extensions.md Document OpenAPI extension 8 years ago
package.json Reinstate validator.js 10 years ago
validator.js Provide doc-comments with makeHandler(); cleanup 8 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.