mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-23 16:49:27 -05:00
Merge pull request #1837 from matrix-org/rav/fix_purge_media_doc
fix doc for purge_media_cache
This commit is contained in:
commit
a0d03f2e15
@ -2,15 +2,13 @@ Purge Remote Media API
|
||||
======================
|
||||
|
||||
The purge remote media API allows server admins to purge old cached remote
|
||||
media.
|
||||
media.
|
||||
|
||||
The API is::
|
||||
|
||||
POST /_matrix/client/r0/admin/purge_media_cache
|
||||
POST /_matrix/client/r0/admin/purge_media_cache?before_ts=<unix_timestamp_in_ms>&access_token=<access_token>
|
||||
|
||||
{
|
||||
"before_ts": <unix_timestamp_in_ms>
|
||||
}
|
||||
{}
|
||||
|
||||
Which will remove all cached media that was last accessed before
|
||||
``<unix_timestamp_in_ms>``.
|
||||
|
Loading…
Reference in New Issue
Block a user