Merge pull request #1092 from CromFr/master
createRoom StateEvent.content should be an object
This commit is contained in:
commit
66e545d8a1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue