mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-07 16:33:43 +01:00
Fix Push Gateway API example: Field renamed to event_id
I believe this was forgotten in:
71cb646541
This commit is contained in:
parent
ad5d46d331
commit
8033ab1c86
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue