Merge pull request #2763 from matrix-org/travis/fix-push-tweaks

Add a link to the push module in the push gateway spec
This commit is contained in:
Travis Ralston 2020-09-04 09:15:58 -06:00 committed by GitHub
commit a085fabd42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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}}