Fix reference to the wrong symbol in the media admin api docs (#12715)
This commit is contained in:
parent
bf7ce92bf7
commit
409573f6d0
|
@ -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
|
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:
|
||||||
|
|
Loading…
Reference in New Issue