mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 00:48:38 +01:00
Add description of state response key
This commit is contained in:
parent
856dd9100e
commit
4967b092aa
|
|
@ -230,6 +230,10 @@ paths:
|
||||||
state:
|
state:
|
||||||
type: object
|
type: object
|
||||||
title: Current state
|
title: Current state
|
||||||
|
description: |-
|
||||||
|
The current state for every room in the results.
|
||||||
|
This is included if the request had the the
|
||||||
|
``include_state`` key set with a value of ``true``.
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: array
|
type: array
|
||||||
title: Room State
|
title: Room State
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue