0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-23 21:18:20 +02:00

Update API docs to include notes on /rooms/$roomid/state

This commit is contained in:
Kegan Dougal 2014-09-23 15:39:04 +01:00
parent 0c4ae63ad5
commit 2771efb51c

View file

@ -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"