mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-26 02:48:37 +01:00
Require the push gateway URL to be of a specific path
This commit is contained in:
parent
2aa0e7b00f
commit
c891e4a957
|
|
@ -222,7 +222,9 @@ paths:
|
|||
type: string
|
||||
description: |-
|
||||
Required if ``kind`` is ``http``. The URL to use to send
|
||||
notifications to.
|
||||
notifications to. MUST be an HTTPS URL with a path pointing
|
||||
to ``/_matrix/push/v1/notify``.
|
||||
example: "https://push-gateway.location.here/_matrix/push/v1/notify"
|
||||
format:
|
||||
type: string
|
||||
description: |-
|
||||
|
|
|
|||
Loading…
Reference in a new issue