mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-31 03:45:13 +00:00
Merge 8b20a97975
into 3c188231c7
This commit is contained in:
commit
057e841379
2 changed files with 2 additions and 1 deletions
1
changelog.d/18226.doc
Normal file
1
changelog.d/18226.doc
Normal file
|
@ -0,0 +1 @@
|
|||
Unify parameter before_ts in Admin API
|
|
@ -290,7 +290,7 @@ The purge remote media API allows server admins to purge old cached remote media
|
|||
The API is:
|
||||
|
||||
```
|
||||
POST /_synapse/admin/v1/purge_media_cache?before_ts=<unix_timestamp_in_ms>
|
||||
POST /_synapse/admin/v1/purge_media_cache?before_ts=<before_ts>
|
||||
|
||||
{}
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue