summary refs log tree commit diff
path: root/docs/admin_api/media_admin_api.md
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2022-02-04 15:39:14 +0100
committerGitHub <noreply@github.com>2022-02-04 14:39:14 +0000
commit65ef21b1c7b4297d6a7b2888de4cbfe198ac0324 (patch)
treea371f68081fed828af6a7db5ce541f78436ddd85 /docs/admin_api/media_admin_api.md
parentRun Complement tests sequentially (#11910) (diff)
downloadsynapse-65ef21b1c7b4297d6a7b2888de4cbfe198ac0324.tar.xz
Clarify that users' media are also preview images (#11862)
Diffstat (limited to 'docs/admin_api/media_admin_api.md')
-rw-r--r--docs/admin_api/media_admin_api.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/admin_api/media_admin_api.md b/docs/admin_api/media_admin_api.md
index a8cdf19727..96b3668f2a 100644
--- a/docs/admin_api/media_admin_api.md
+++ b/docs/admin_api/media_admin_api.md
@@ -2,6 +2,9 @@
 
 These APIs allow extracting media information from the homeserver.
 
+Details about the format of the `media_id` and storage of the media in the file system
+are documented under [media repository](../media_repository.md).
+
 To use it, you will need to authenticate by providing an `access_token`
 for a server admin: see [Admin API](../usage/administration/admin_api).