Clarify which event is actually be excluded from /state_ids
This commit is contained in:
parent
dad037170a
commit
de36d97839
1 changed files with 4 additions and 4 deletions
|
@ -49,8 +49,8 @@ paths:
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: |-
|
description: |-
|
||||||
The fully resolved state for the room, including the authorization
|
The fully resolved state for the room (excluding the requested event),
|
||||||
chain for the events, excluding the requested event.
|
including the authorization chain for the events.
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
@ -96,8 +96,8 @@ paths:
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: |-
|
description: |-
|
||||||
The fully resolved state for the room, including the authorization
|
The fully resolved state for the room (excluding the requested event),
|
||||||
chain for the events, excluding the requested event.
|
including the authorization chain for the events.
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue