diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-09-23 15:39:04 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-09-23 15:39:04 +0100 |
commit | 2771efb51c9cfca06cd2906724ee7a1fa4fa01d1 (patch) | |
tree | 6a98e5d8185a0030e29d36f26d5e504ffbff62b7 | |
parent | Implemented /rooms/$roomid/state API. (diff) | |
download | synapse-2771efb51c9cfca06cd2906724ee7a1fa4fa01d1.tar.xz |
Update API docs to include notes on /rooms/$roomid/state
-rw-r--r-- | docs/client-server/swagger_matrix/api-docs-rooms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/client-server/swagger_matrix/api-docs-rooms b/docs/client-server/swagger_matrix/api-docs-rooms index 0e1fa452a2..b941e58139 100644 --- a/docs/client-server/swagger_matrix/api-docs-rooms +++ b/docs/client-server/swagger_matrix/api-docs-rooms @@ -639,7 +639,7 @@ { "method": "GET", "summary": "Get a list of all the current state events for this room.", - "notes": "NOT YET IMPLEMENTED.", + "notes": "This is equivalent to the events returned under the 'state' key for this room in /initialSync.", "type": "array", "items": { "$ref": "Event" |