More clarification about how /state_ids works
This commit is contained in:
parent
de36d97839
commit
5ff244f06b
1 changed files with 6 additions and 4 deletions
|
@ -49,8 +49,9 @@ paths:
|
|||
responses:
|
||||
200:
|
||||
description: |-
|
||||
The fully resolved state for the room (excluding the requested event),
|
||||
including the authorization chain for the events.
|
||||
The fully resolved state for the room, prior to considering any state
|
||||
changes induced by the requested event. Includes the authorization
|
||||
chain for the events.
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
|
@ -96,8 +97,9 @@ paths:
|
|||
responses:
|
||||
200:
|
||||
description: |-
|
||||
The fully resolved state for the room (excluding the requested event),
|
||||
including the authorization chain for the events.
|
||||
The fully resolved state for the room, prior to considering any state
|
||||
changes induced by the requested event. Includes the authorization
|
||||
chain for the events.
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue