diff options
author | reivilibre <oliverw@matrix.org> | 2023-01-05 18:18:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-05 18:18:00 +0000 |
commit | 4eb2f4e02b83c90519a8a55c562d1fafab7caf0b (patch) | |
tree | d545643512cba7de9d64813d3b0fe0ed43e6fc54 /docs/admin_api/rooms.md | |
parent | Bump JasonEtco/create-an-issue from 2.8.2 to 2.9.1 (#14731) (diff) | |
download | synapse-4eb2f4e02b83c90519a8a55c562d1fafab7caf0b.tar.xz |
Fix broken links in the Synapse documentation. (#14744)
* Fix stale external links * Fix some internal links * Fix URLs without trailing / where needed * Fix more links * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> * Reapply docs/openid.md fix after conflict Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
Diffstat (limited to 'docs/admin_api/rooms.md')
-rw-r--r-- | docs/admin_api/rooms.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/admin_api/rooms.md b/docs/admin_api/rooms.md index 8f727b363e..66b29e82dc 100644 --- a/docs/admin_api/rooms.md +++ b/docs/admin_api/rooms.md @@ -5,7 +5,7 @@ server. There are various parameters available that allow for filtering and sorting the returned list. This API supports pagination. To use it, you will need to authenticate by providing an `access_token` -for a server admin: see [Admin API](../usage/administration/admin_api). +for a server admin: see [Admin API](../usage/administration/admin_api/). **Parameters** @@ -400,7 +400,7 @@ sent to a room in a given timeframe. There are various parameters available that allow for filtering and ordering the returned list. This API supports pagination. To use it, you will need to authenticate by providing an `access_token` -for a server admin: see [Admin API](../usage/administration/admin_api). +for a server admin: see [Admin API](../usage/administration/admin_api/). This endpoint mirrors the [Matrix Spec defined Messages API](https://spec.matrix.org/v1.1/client-server-api/#get_matrixclientv3roomsroomidmessages). |