mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-10 21:44:11 +01:00
Merge pull request #1522 from turt2live/travis/c2s/http-push-gw-required-path
Require the push gateway URL to be of a specific path
This commit is contained in:
commit
8ac6cea58b
|
|
@ -222,7 +222,9 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
Required if ``kind`` is ``http``. The URL to use to send
|
Required if ``kind`` is ``http``. The URL to use to send
|
||||||
notifications to.
|
notifications to. MUST be an HTTPS URL with a path of
|
||||||
|
``/_matrix/push/v1/notify``.
|
||||||
|
example: "https://push-gateway.location.here/_matrix/push/v1/notify"
|
||||||
format:
|
format:
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue