diff options
author | richvdh <richvdh@users.noreply.github.com> | 2021-07-07 12:06:42 +0000 |
---|---|---|
committer | richvdh <richvdh@users.noreply.github.com> | 2021-07-07 12:06:42 +0000 |
commit | 08c8605807c88a4e49d2c1fd90289625930e993c (patch) | |
tree | a387c3d2bc5176652988bd887a4792453639687b /develop/admin_api | |
parent | deploy: 240b3ce253b2b36d79a0a6cc18aefd70ad066de3 (diff) | |
download | synapse-08c8605807c88a4e49d2c1fd90289625930e993c.tar.xz |
deploy: 189652b2fea038340e4e1420081c6ddd8093da0e
Diffstat (limited to 'develop/admin_api')
-rw-r--r-- | develop/admin_api/media_admin_api.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/admin_api/media_admin_api.html b/develop/admin_api/media_admin_api.html index 1dad17fbaf..0ee4e43183 100644 --- a/develop/admin_api/media_admin_api.html +++ b/develop/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 |