From 8033ab1c86d239f5c614cc837973a22cb446bd40 Mon Sep 17 00:00:00 2001 From: reivilibre Date: Wed, 3 Jul 2019 10:36:16 +0100 Subject: [PATCH] Fix Push Gateway API example: Field renamed to event_id I believe this was forgotten in: 71cb646541ed2611e8f623fc28fac55b3aa73fbb --- api/push-gateway/push_notifier.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/push-gateway/push_notifier.yaml b/api/push-gateway/push_notifier.yaml index 4a6cb8f7..754c325a 100644 --- a/api/push-gateway/push_notifier.yaml +++ b/api/push-gateway/push_notifier.yaml @@ -57,7 +57,7 @@ paths: type: object example: { "notification": { - "id": "$3957tyerfgewrf384", + "event_id": "$3957tyerfgewrf384", "room_id": "!slw48wfj34rtnrf:example.com", "type": "m.room.message", "sender": "@exampleuser:matrix.org",