Add a link to the push module in the push gateway spec

This commit is contained in:
Travis Ralston 2020-09-02 14:04:55 -06:00
parent c89e5bfe27
commit 2877459553
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1 @@
Clarify where to get information about the various parameter values for the notify endpoint.

View file

@ -89,4 +89,7 @@ the event-related fields in the ``/notify`` request. When the homeserver is perf
a push where the ``format`` is ``"event_id_only"``, only the ``event_id``, ``room_id``,
``counts``, and ``devices`` are required to be populated.
Note that most of the values and behaviour of this endpoint is described by the Client-Server
API's `Push Module <../client_server/%CLIENT_RELEASE_LABEL%.html#module-push>`_.
{{push_notifier_push_http_api}}