From a5ad9a487c9d046f36d11a02b41fae2d57f0885b Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Thu, 6 May 2021 08:29:14 -0400 Subject: [PATCH] Add auth / rate-limiting info. --- proposals/2946-spaces-summary.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/proposals/2946-spaces-summary.md b/proposals/2946-spaces-summary.md index b7409e2ab..10679568d 100644 --- a/proposals/2946-spaces-summary.md +++ b/proposals/2946-spaces-summary.md @@ -36,6 +36,8 @@ events. It recurses into the children and into their children, etc. Note that there is no requirement for any of the rooms to be of have a `type` of `m.space`, any room with `m.space.child` events is considered. +This endpoint requires authentication and is not subject to rate-limiting. + Example request: ```jsonc @@ -119,7 +121,7 @@ Response fields: * **`events`**: `m.space.child` events of the returned rooms. For each event, only the following fields are returned: `type`, `state_key`, `content`, `room_id`, `sender`. - + Errors: 403 with an error code of `M_FORBIDDEN`: if the user doesn't have permission to