mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
createRoom StateEvent.content should be an object
This commit is contained in:
parent
08d137a588
commit
5e2a48f709
|
|
@ -153,7 +153,7 @@ paths:
|
|||
state_key:
|
||||
type: string
|
||||
content:
|
||||
type: string
|
||||
type: object
|
||||
preset:
|
||||
type: string
|
||||
enum: ["private_chat", "public_chat", "trusted_private_chat"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue