GETting a filter requires auth (#1003)

pull/3/head^2
Richard van der Hoff 7 years ago committed by GitHub
parent 13d3293378
commit a84a34ee6c

@ -98,6 +98,8 @@ paths:
"/user/{userId}/filter/{filterId}": "/user/{userId}/filter/{filterId}":
get: get:
summary: Download a filter summary: Download a filter
security:
- accessToken: []
parameters: parameters:
- in: path - in: path
name: userId name: userId

@ -75,6 +75,8 @@
- Make ``m.notice`` description a bit harder in its phrasing to try to - Make ``m.notice`` description a bit harder in its phrasing to try to
dissuade the same issues that occurred with IRC dissuade the same issues that occurred with IRC
(`#750 <https://github.com/matrix-org/matrix-doc/pull/750>`_). (`#750 <https://github.com/matrix-org/matrix-doc/pull/750>`_).
- ``GET /user/{userId}/filter/{filterId}`` requires authentication
(`#1003 <https://github.com/matrix-org/matrix-doc/pull/1003>`_).
r0.2.0 r0.2.0
====== ======

Loading…
Cancel
Save