Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 189652b

Browse files
authored
Fix a broken link in the admin api docs (#10322)
* Fix a broken link in the admin api docs * Rename 10321.doc to 10321.docs * Rename 10321.docs to 10322.doc
1 parent 240b3ce commit 189652b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changelog.d/10322.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix a broken link in the admin api docs.

docs/admin_api/media_admin_api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The API returns a JSON body like the following:
4747
## List all media uploaded by a user
4848

4949
Listing all media that has been uploaded by a local user can be achieved through
50-
the use of the [List media of a user](user_admin_api.rst#list-media-of-a-user)
50+
the use of the [List media of a user](user_admin_api.md#list-media-of-a-user)
5151
Admin API.
5252

5353
# Quarantine media
@@ -257,7 +257,7 @@ URL Parameters
257257
* `server_name`: string - The name of your local server (e.g `matrix.org`).
258258
* `before_ts`: string representing a positive integer - Unix timestamp in ms.
259259
Files that were last used before this timestamp will be deleted. It is the timestamp of
260-
last access and not the timestamp creation.
260+
last access and not the timestamp creation.
261261
* `size_gt`: Optional - string representing a positive integer - Size of the media in bytes.
262262
Files that are larger will be deleted. Defaults to `0`.
263263
* `keep_profiles`: Optional - string representing a boolean - Switch to also delete files

0 commit comments

Comments
 (0)