Fix Push Gateway API example: Field renamed to event_id

I believe this was forgotten in:
71cb646541
This commit is contained in:
reivilibre 2019-07-03 10:36:16 +01:00
parent ad5d46d331
commit 8033ab1c86

View file

@ -57,7 +57,7 @@ paths:
type: object type: object
example: { example: {
"notification": { "notification": {
"id": "$3957tyerfgewrf384", "event_id": "$3957tyerfgewrf384",
"room_id": "!slw48wfj34rtnrf:example.com", "room_id": "!slw48wfj34rtnrf:example.com",
"type": "m.room.message", "type": "m.room.message",
"sender": "@exampleuser:matrix.org", "sender": "@exampleuser:matrix.org",