mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-24 03:54:10 +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
|
updating counts of unread notifications should be idempotent and
|
||||||
therefore do not require duplicate suppression.
|
therefore do not require duplicate suppression.
|
||||||
|
|
||||||
Notifications are sent to the URL configured when the pusher is created.
|
Clients interested in receiving notifications via this endpoint MUST
|
||||||
This means that the HTTP path may be different depending on the push
|
configure its concrete URL when creating the associated pusher via
|
||||||
gateway.
|
[`/_matrix/client/v3/pushers/set`](/client-server-api/#post_matrixclientv3pushersset).
|
||||||
operationId: notify
|
operationId: notify
|
||||||
requestBody:
|
requestBody:
|
||||||
content:
|
content:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue