mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-14 09:45:51 +00:00
Unify naming of parameter before_ts
This commit is contained in:
parent
a4c476305e
commit
9287a648d1
1 changed files with 1 additions and 1 deletions
|
@ -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