Skip to content
Snippets Groups Projects
Unverified Commit 409573f6 authored by Andrew Morgan's avatar Andrew Morgan Committed by GitHub
Browse files

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

parent bf7ce92b
No related branches found
No related tags found
No related merge requests found
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> ...@@ -289,7 +289,7 @@ POST /_synapse/admin/v1/purge_media_cache?before_ts=<unix_timestamp_in_ms>
URL Parameters 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. All cached media that was last accessed before this timestamp will be removed.
Response: Response:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment