This commit is contained in:
Marcel Pennewiß 2025-03-13 23:51:47 +01:00 committed by GitHub
commit ecffdd3b0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

1
changelog.d/18226.doc Normal file
View file

@ -0,0 +1 @@
Unify parameter before_ts in Admin API

View file

@ -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>
{}
```