mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 00:48:38 +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:
|
state_key:
|
||||||
type: string
|
type: string
|
||||||
content:
|
content:
|
||||||
type: string
|
type: object
|
||||||
preset:
|
preset:
|
||||||
type: string
|
type: string
|
||||||
enum: ["private_chat", "public_chat", "trusted_private_chat"]
|
enum: ["private_chat", "public_chat", "trusted_private_chat"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue