From a0e5221856938a8b4bf273647bf3b0fa1e53b21a Mon Sep 17 00:00:00 2001 From: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> Date: Tue, 24 Jan 2023 10:03:25 +0100 Subject: [PATCH] Update api.md Signed-off-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> --- docs/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index 8210aac..197434f 100644 --- a/docs/api.md +++ b/docs/api.md @@ -57,7 +57,7 @@ unsuccessful, an error is sent with the reason `MCS_MEDIA_NOT_CLEAN`. ### `GET /_matrix/media_proxy/unstable/scan/{serverName}/{mediaId}` -Downloads a thumbnail of the media at `mxc://{serverName}/{mediaId}`, scans it and +Downloads the media at `mxc://{serverName}/{mediaId}`, scans it and responds with the result of the scan. Response format: @@ -178,4 +178,4 @@ Example (generated using the body and public key from the previous examples): "ephemeral": "fk2xOTmttnFDTAORxVQTtIlbsu7O01Oe52+umaOjIiE" } } -``` \ No newline at end of file +```