diff --git a/api/client-server/rooms.yaml b/api/client-server/rooms.yaml index 88c2b9d9..cc1f2bf7 100644 --- a/api/client-server/rooms.yaml +++ b/api/client-server/rooms.yaml @@ -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: |- diff --git a/changelogs/client_server.rst b/changelogs/client_server.rst index a2a929b0..3c4fbffa 100644 --- a/changelogs/client_server.rst +++ b/changelogs/client_server.rst @@ -35,6 +35,8 @@ Unreleased changes (`#1139 `_). - Clarify that ``/account/whoami`` should consider application services (`#1152 `_). + - Mark ``GET /rooms/{roomId}/members`` as requiring authentication + (`#1245 `_). - Changes to the API which will be backwards-compatible for clients: