Merge pull request #1587 from turt2live/travis/s2s/clarify-state-ids-inclusion

Clarify that the requested event is excluded from /state and /state_ids
pull/1626/head
Travis Ralston 6 years ago committed by GitHub
commit 6b52e1df77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,7 +49,8 @@ paths:
responses:
200:
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.
schema:
type: object
@ -96,7 +97,8 @@ paths:
responses:
200:
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.
schema:
type: object

Loading…
Cancel
Save