diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-08-27 15:41:19 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-08-27 15:41:38 +0100 |
commit | abe2035d8518d334910024cbf20f0917781d317e (patch) | |
tree | 8aa08b2025f4647a963d10d22cbdac9723c6293a /docs/client-server/swagger_matrix/api-docs | |
parent | BF: use room_id if there is no alias (diff) | |
download | synapse-abe2035d8518d334910024cbf20f0917781d317e.tar.xz |
api docs: Finished adding all C-S APIs. Added initialSync, publicRooms, membership changes (generic and RPCy) and directory paths.
Diffstat (limited to 'docs/client-server/swagger_matrix/api-docs')
-rw-r--r-- | docs/client-server/swagger_matrix/api-docs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/client-server/swagger_matrix/api-docs b/docs/client-server/swagger_matrix/api-docs index e52d4ee69d..58462a9067 100644 --- a/docs/client-server/swagger_matrix/api-docs +++ b/docs/client-server/swagger_matrix/api-docs @@ -25,6 +25,10 @@ { "path": "/events", "description": "Event operations" + }, + { + "path": "/directory", + "description": "Directory operations" } ], "authorizations": { |