mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-24 06:53:43 +01:00
Merge pull request #2151 from reivilibre/push_id_event_id
Fix Push Gateway API example: Field renamed to event_id
This commit is contained in:
commit
2a2dddab94
|
|
@ -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