From 8d3fe6dd6a11fe4aecda5a9d821e49c77993c04c Mon Sep 17 00:00:00 2001 From: Emanuele Libralato <10ko@users.noreply.github.com> Date: Tue, 29 Mar 2016 17:05:39 +0200 Subject: [PATCH] Invalid JSON, removed comma. --- docs/PAYLOAD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PAYLOAD.md b/docs/PAYLOAD.md index 4fa8577c3..dfe17c474 100644 --- a/docs/PAYLOAD.md +++ b/docs/PAYLOAD.md @@ -432,7 +432,7 @@ Your notification can include action buttons. If you wish to include an icon alo "message": "Scrum: Daily touchbase @ 10am Please be on time so we can cover everything on the agenda.", "actions": [ { "icon": "emailGuests", "title": "EMAIL GUESTS", "callback": "app.emailGuests", "foreground": true}, - { "icon": "snooze", "title": "SNOOZE", "callback": "app.snooze", "foreground": false}, + { "icon": "snooze", "title": "SNOOZE", "callback": "app.snooze", "foreground": false} ] } }