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

Commit

Permalink
Fix reference to the wrong symbol in the media admin api docs (#12715)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed May 12, 2022
1 parent bf7ce92 commit 409573f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/12715.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix a typo in the Media Admin API documentation.
2 changes: 1 addition & 1 deletion docs/admin_api/media_admin_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 409573f

Please sign in to comment.