docs-matrix-spec/api
Travis Ralston 67d46fa881 Clarify the auth_chain and state for send_join
Fixes https://github.com/matrix-org/matrix-doc/issues/2467
Fixes https://github.com/matrix-org/matrix-doc/issues/2464

This is based on looking at Synapse, not actually testing it. Within the send_join handling functions, an "event context" is acquired [here](d14c4d6b6d/synapse/handlers/federation.py (L1472)) which then later uses the previous state (populated [here](d14c4d6b6d/synapse/state/__init__.py (L286-L289)) in the event context) [here](d14c4d6b6d/synapse/handlers/federation.py (L1494-L1501)) to return a response. Within the event context, the previous state IDs are populated [here](d14c4d6b6d/synapse/state/__init__.py (L351)).
2020-05-25 11:58:50 -06:00
..
application-service Switch to using $ instead of # for sub-types 2019-05-29 15:28:48 -06:00
client-server Fix Typo 2020-05-16 21:35:26 +01:00
files fix for https://github.com/matrix-org/matrix-doc/issues/270 2016-02-16 11:01:04 +00:00
identity Clarify what format the country is on phone number inputs 2019-11-04 15:25:49 -07:00
push-gateway Fix Push Gateway API example: Field renamed to event_id 2019-07-03 10:36:16 +01:00
server-server Clarify the auth_chain and state for send_join 2020-05-25 11:58:50 -06:00
check_examples.py Fix examples for new schema 2019-02-01 11:14:42 -07:00
openapi_extensions.md Mention that we use OpenAPI 3's response code format 2020-05-20 18:00:27 -06:00
package.json Reinstate validator.js 2016-05-04 00:19:46 +01:00
README README.rst: Add notes on how to build the spec 2017-10-25 09:57:02 +01:00
validator.js Provide doc-comments with makeHandler(); cleanup 2017-11-15 07:28:25 +09:00

This directory contains swagger-compatible representations of our APIs. See
the main README.rst for details on how to make use of them.