Merge pull request #1587 from turt2live/travis/s2s/clarify-state-ids-inclusion
Clarify that the requested event is excluded from /state and /state_ids
This commit is contained in:
commit
6b52e1df77
1 changed files with 4 additions and 2 deletions
|
@ -49,7 +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, prior to considering any state
|
||||||
|
changes induced by the requested event. Includes the authorization
|
||||||
chain for the events.
|
chain for the events.
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
|
@ -96,7 +97,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, prior to considering any state
|
||||||
|
changes induced by the requested event. Includes the authorization
|
||||||
chain for the events.
|
chain for the events.
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue