0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-14 16:48:18 +02:00

Fix reference to the wrong symbol in the media admin api docs (#12715)

This commit is contained in:
Andrew Morgan 2022-05-12 09:29:37 +01:00 committed by GitHub
parent bf7ce92bf7
commit 409573f6d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

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

@ -0,0 +1 @@
Fix a typo in the Media Admin API documentation.

View file

@ -289,7 +289,7 @@ POST /_synapse/admin/v1/purge_media_cache?before_ts=<unix_timestamp_in_ms>
URL Parameters
* `unix_timestamp_in_ms`: string representing a positive integer - Unix timestamp in milliseconds.
* `before_ts`: string representing a positive integer - Unix timestamp in milliseconds.
All cached media that was last accessed before this timestamp will be removed.
Response: