diff options
Diffstat (limited to 'latest/admin_api/media_admin_api.html')
-rw-r--r-- | latest/admin_api/media_admin_api.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/latest/admin_api/media_admin_api.html b/latest/admin_api/media_admin_api.html index 1dad17fbaf..0ee4e43183 100644 --- a/latest/admin_api/media_admin_api.html +++ b/latest/admin_api/media_admin_api.html @@ -232,7 +232,7 @@ server admin: see <a href="../usage/administration/admin_api">Admin API</a>.</p> </code></pre> <h2 id="list-all-media-uploaded-by-a-user"><a class="header" href="#list-all-media-uploaded-by-a-user">List all media uploaded by a user</a></h2> <p>Listing all media that has been uploaded by a local user can be achieved through -the use of the <a href="user_admin_api.rst#list-media-of-a-user">List media of a user</a> +the use of the <a href="user_admin_api.html#list-media-of-a-user">List media of a user</a> Admin API.</p> <h1 id="quarantine-media"><a class="header" href="#quarantine-media">Quarantine media</a></h1> <p>Quarantining media means that it is marked as inaccessible by users. It applies @@ -371,7 +371,7 @@ See also <a href="#purge-remote-media-api">Purge Remote Media API</a>.</p> <li><code>server_name</code>: string - The name of your local server (e.g <code>matrix.org</code>).</li> <li><code>before_ts</code>: string representing a positive integer - Unix timestamp in ms. Files that were last used before this timestamp will be deleted. It is the timestamp of -last access and not the timestamp creation. </li> +last access and not the timestamp creation.</li> <li><code>size_gt</code>: Optional - string representing a positive integer - Size of the media in bytes. Files that are larger will be deleted. Defaults to <code>0</code>.</li> <li><code>keep_profiles</code>: Optional - string representing a boolean - Switch to also delete files |