mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-10 20:11:32 +01:00
Fix reference to the wrong symbol in the media admin api docs (#12715)
This commit is contained in:
parent
bf7ce92bf7
commit
409573f6d0
2 changed files with 2 additions and 1 deletions
1
changelog.d/12715.doc
Normal file
1
changelog.d/12715.doc
Normal file
|
@ -0,0 +1 @@
|
|||
Fix a typo in the Media Admin API documentation.
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue