From 41781e95b2d9e08578bf1b641af3176982381315 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 5 Oct 2016 10:21:29 +0100 Subject: [PATCH] Attempt valid json --- api/client-server/notifications.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/api/client-server/notifications.yaml b/api/client-server/notifications.yaml index 32fd12a1..c23864f3 100644 --- a/api/client-server/notifications.yaml +++ b/api/client-server/notifications.yaml @@ -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": { } } }