Strongly recommend standard URI scheme for notification pokes.
This commit is contained in:
parent
067e4bb777
commit
8920d58cc4
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,11 @@ This describes the format used by "http" pushers to send notifications of
|
||||||
events.
|
events.
|
||||||
|
|
||||||
Notifications are sent as HTTP POST requests to the URL configured when the
|
Notifications are sent as HTTP POST requests to the URL configured when the
|
||||||
pusher is created. The body of the POST request is a JSON dictionary. The format
|
pusher is created, but Matrix strongly recommends that the path should be::
|
||||||
|
|
||||||
|
/_matrix/push/v1/notify
|
||||||
|
|
||||||
|
The body of the POST request is a JSON dictionary. The format
|
||||||
is as follows::
|
is as follows::
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue