From 74b65bfc5f3c58005e3892b314e73cfde32355f6 Mon Sep 17 00:00:00 2001
From: erikjohnston
URL Parameters
server_name
: string - The name of your local server (e.g matrix.org
).before_ts
: string representing a positive integer - Unix timestamp in ms.
+before_ts
: string representing a positive integer - Unix timestamp in milliseconds.
Files that were last used before this timestamp will be deleted. It is the timestamp of
-last access and not the timestamp creation.size_gt
: Optional - string representing a positive integer - Size of the media in bytes.
Files that are larger will be deleted. Defaults to 0
.keep_profiles
: Optional - string representing a boolean - Switch to also delete files
@@ -406,7 +406,7 @@ If false
these files will be deleted. Defaults to true
URL Parameters
unix_timestamp_in_ms
: string representing a positive integer - Unix timestamp in ms.
+unix_timestamp_in_ms
: string representing a positive integer - Unix timestamp in milliseconds.
All cached media that was last accessed before this timestamp will be removed.Response:
-- cgit 1.5.1