mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Clarify that pusher URLs have a fixed path
Fixes: #809 Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
parent
ae3673d2ef
commit
c93d84c7d2
|
|
@ -35,9 +35,9 @@ paths:
|
|||
updating counts of unread notifications should be idempotent and
|
||||
therefore do not require duplicate suppression.
|
||||
|
||||
Notifications are sent to the URL configured when the pusher is created.
|
||||
This means that the HTTP path may be different depending on the push
|
||||
gateway.
|
||||
Clients interested in receiving notifications via this endpoint MUST
|
||||
configure its concrete URL when creating the associated pusher via
|
||||
[`/_matrix/client/v3/pushers/set`](/client-server-api/#post_matrixclientv3pushersset).
|
||||
operationId: notify
|
||||
requestBody:
|
||||
content:
|
||||
|
|
|
|||
Loading…
Reference in a new issue