Merge pull request #1092 from CromFr/master

createRoom StateEvent.content should be an object
This commit is contained in:
Richard van der Hoff 2017-12-13 14:52:06 +00:00 committed by GitHub
commit 66e545d8a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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