mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Add description of state response key
This commit is contained in:
parent
856dd9100e
commit
4967b092aa
|
|
@ -230,6 +230,10 @@ paths:
|
|||
state:
|
||||
type: object
|
||||
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:
|
||||
type: array
|
||||
title: Room State
|
||||
|
|
|
|||
Loading…
Reference in a new issue