mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-03 01:34:10 +02: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
|
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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue