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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue