Merge pull request #1092 from CromFr/master

createRoom StateEvent.content should be an object
pull/977/head
Richard van der Hoff 7 years ago committed by GitHub
commit 66e545d8a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save