Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 409573f

Browse files
Fix reference to the wrong symbol in the media admin api docs (#12715)
1 parent bf7ce92 commit 409573f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/12715.doc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix a typo in the Media Admin API documentation.

docs/admin_api/media_admin_api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ POST /_synapse/admin/v1/purge_media_cache?before_ts=<unix_timestamp_in_ms>
289289

290290
URL Parameters
291291

292-
* `unix_timestamp_in_ms`: string representing a positive integer - Unix timestamp in milliseconds.
292+
* `before_ts`: string representing a positive integer - Unix timestamp in milliseconds.
293293
All cached media that was last accessed before this timestamp will be removed.
294294

295295
Response:

0 commit comments

Comments
 (0)