mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-25 02:55:46 +03:00
Update API docs to include notes on /rooms/$roomid/state
This commit is contained in:
parent
0c4ae63ad5
commit
2771efb51c
1 changed files with 1 additions and 1 deletions
|
@ -639,7 +639,7 @@
|
||||||
{
|
{
|
||||||
"method": "GET",
|
"method": "GET",
|
||||||
"summary": "Get a list of all the current state events for this room.",
|
"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",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "Event"
|
"$ref": "Event"
|
||||||
|
|
Loading…
Reference in a new issue