mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-04 13:23:43 +01:00
Attempt valid json
This commit is contained in:
parent
c16ba9488f
commit
41781e95b2
|
|
@ -69,11 +69,11 @@ paths:
|
|||
"actions": [
|
||||
"notify"
|
||||
],
|
||||
"profile_tag", null,
|
||||
"read", true,
|
||||
"room_id", "!abcdefg:example.com",
|
||||
"ts", "1475508881945",
|
||||
"event", {
|
||||
"profile_tag": null,
|
||||
"read": true,
|
||||
"room_id": "!abcdefg:example.com",
|
||||
"ts": "1475508881945",
|
||||
"event": {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue