diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-09-02 20:38:25 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-09-02 20:38:25 +0100 |
commit | 707cd32b13dee473e2230dc9ac66762dfe413e04 (patch) | |
tree | 8cba43f95198e283bbafe164d5fd047461d9f300 /docs | |
parent | Finished up Identity section in the architecture section. (diff) | |
download | synapse-707cd32b13dee473e2230dc9ac66762dfe413e04.tar.xz |
Added more room alias bullet points.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/specification.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/specification.rst b/docs/specification.rst index b679c8cb6e..1b844b963f 100644 --- a/docs/specification.rst +++ b/docs/specification.rst @@ -317,9 +317,11 @@ Modifying aliases This section is a work in progress. .. TODO kegan - - path to edit aliases + - path to edit aliases + - PUT /directory/room/<room alias> { room_id : foo } + - GET /directory/room/<room alias> { room_id : foo, servers: [a.com, b.com] } - format when retrieving list of aliases. NOT complete list. - - format for adding aliases. + - format for adding/removing aliases. Permissions ----------- |