More clarification about how /state_ids works

pull/1587/head
Travis Ralston 6 years ago
parent de36d97839
commit 5ff244f06b

@ -49,8 +49,9 @@ paths:
responses: responses:
200: 200:
description: |- description: |-
The fully resolved state for the room (excluding the requested event), The fully resolved state for the room, prior to considering any state
including the authorization chain for the events. changes induced by the requested event. Includes the authorization
chain for the events.
schema: schema:
type: object type: object
properties: properties:
@ -96,8 +97,9 @@ paths:
responses: responses:
200: 200:
description: |- description: |-
The fully resolved state for the room (excluding the requested event), The fully resolved state for the room, prior to considering any state
including the authorization chain for the events. changes induced by the requested event. Includes the authorization
chain for the events.
schema: schema:
type: object type: object
properties: properties:

Loading…
Cancel
Save