summary refs log tree commit diff
path: root/docs/admin_api/user_admin_api.md
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-10-24 13:45:31 +0100
committerDavid Robertson <davidr@element.io>2022-10-24 13:45:31 +0100
commit653044649a198d951e6eef7fcf967c563ba2d761 (patch)
tree4f17d10bc36677143ea0c9867c3c03131c6ef67f /docs/admin_api/user_admin_api.md
parentMove setup pages into setup dir (diff)
downloadsynapse-653044649a198d951e6eef7fcf967c563ba2d761.tar.xz
Move dev pages into dev dir
Diffstat (limited to 'docs/admin_api/user_admin_api.md')
-rw-r--r--docs/admin_api/user_admin_api.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/admin_api/user_admin_api.md b/docs/admin_api/user_admin_api.md

index c95d6c9b05..800a4de441 100644 --- a/docs/admin_api/user_admin_api.md +++ b/docs/admin_api/user_admin_api.md
@@ -548,8 +548,8 @@ The following fields are returned in the JSON response body: ### List media uploaded by a user Gets a list of all local media that a specific `user_id` has created. These are media that the user has uploaded themselves -([local media](../media_repository.md#local-media)), as well as -[URL preview images](../media_repository.md#url-previews) requested by the user if the +([local media](../development/internal_documentation/media_repository.md#local-media)), as well as +[URL preview images](../development/internal_documentation/media_repository.md#url-previews) requested by the user if the [feature is enabled](../usage/configuration/config_documentation.md#url_preview_enabled). By default, the response is ordered by descending creation date and ascending media ID. @@ -650,7 +650,7 @@ The following fields are returned in the JSON response body: - `last_access_ts` - integer - Timestamp when the content was last accessed in ms. - `media_id` - string - The id used to refer to the media. Details about the format are documented under - [media repository](../media_repository.md). + [media repository](../development/internal_documentation/media_repository.md). - `media_length` - integer - Length of the media in bytes. - `media_type` - string - The MIME-type of the media. - `quarantined_by` - string - The user ID that initiated the quarantine request