GETting a filter requires auth (#1003)
This commit is contained in:
parent
13d3293378
commit
a84a34ee6c
2 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue