Clarify that the requested event is excluded from /state and /state_ids
Fixes https://github.com/matrix-org/matrix-doc/issues/1564
This commit is contained in:
parent
132c5b0f48
commit
dad037170a
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ paths:
|
|||
200:
|
||||
description: |-
|
||||
The fully resolved state for the room, including the authorization
|
||||
chain for the events.
|
||||
chain for the events, excluding the requested event.
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
|
@ -97,7 +97,7 @@ paths:
|
|||
200:
|
||||
description: |-
|
||||
The fully resolved state for the room, including the authorization
|
||||
chain for the events.
|
||||
chain for the events, excluding the requested event.
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue