Skip to content

Commit

Permalink
Merge pull request #1522 from turt2live/travis/c2s/http-push-gw-requi…
Browse files Browse the repository at this point in the history
…red-path

Require the push gateway URL to be of a specific path
  • Loading branch information
turt2live authored Aug 17, 2018
2 parents 49ec0a3 + 5b30d33 commit 8ac6cea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/client-server/pusher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 of
``/_matrix/push/v1/notify``.
example: "https://push-gateway.location.here/_matrix/push/v1/notify"
format:
type: string
description: |-
Expand Down

0 comments on commit 8ac6cea

Please sign in to comment.