mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-11 16:43:42 +01:00
Merge pull request #1092 from CromFr/master
createRoom StateEvent.content should be an object
This commit is contained in:
commit
66e545d8a1
|
|
@ -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