This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ Fix a broken link in the admin api docs.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ The API returns a JSON body like the following:
4747## List all media uploaded by a user
4848
4949Listing 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 )
5151Admin 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.
259259Files 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.
262262Files that are larger will be deleted. Defaults to ` 0 ` .
263263* ` keep_profiles ` : Optional - string representing a boolean - Switch to also delete files
You can’t perform that action at this time.
0 commit comments