Merge pull request #1244 from florianjacob/room_member_authentication

/rooms/{roomId}/members: specify access_token requirement
pull/1247/head
Richard van der Hoff 6 years ago committed by GitHub
commit 3967833a1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -288,6 +288,8 @@ paths:
description: The room to get the member events for.
required: true
x-example: "!636q39766251:example.com"
security:
- accessToken: []
responses:
200:
description: |-

@ -35,6 +35,8 @@ Unreleased changes
(`#1139 <https://github.com/matrix-org/matrix-doc/pull/1139>`_).
- Clarify that ``/account/whoami`` should consider application services
(`#1152 <https://github.com/matrix-org/matrix-doc/pull/1152>`_).
- Mark ``GET /rooms/{roomId}/members`` as requiring authentication
(`#1245 <https://github.com/matrix-org/matrix-doc/pull/1244>`_).
- Changes to the API which will be backwards-compatible for clients:

Loading…
Cancel
Save