createRoom StateEvent.content should be an object

This commit is contained in:
Thibaut CHARLES 2017-12-13 00:01:26 +01:00 committed by GitHub
parent 08d137a588
commit 5e2a48f709
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]