From 2771efb51c9cfca06cd2906724ee7a1fa4fa01d1 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Tue, 23 Sep 2014 15:39:04 +0100 Subject: [PATCH] Update API docs to include notes on /rooms/$roomid/state --- docs/client-server/swagger_matrix/api-docs-rooms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client-server/swagger_matrix/api-docs-rooms b/docs/client-server/swagger_matrix/api-docs-rooms index 0e1fa452a..b941e5813 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"