From 3c357f80c4c60e6d44471e385054307a82131673 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Sun, 26 Jan 2025 15:21:17 +0100 Subject: chore(files): Deprecate thumbnail endpoint in favor of core preview endpoint Signed-off-by: Ferdinand Thiessen --- apps/files/lib/Controller/ApiController.php | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/files/lib/Controller/ApiController.php') diff --git a/apps/files/lib/Controller/ApiController.php b/apps/files/lib/Controller/ApiController.php index 9b9a0980389..9c683b7f41f 100644 --- a/apps/files/lib/Controller/ApiController.php +++ b/apps/files/lib/Controller/ApiController.php @@ -75,6 +75,7 @@ class ApiController extends Controller { * Gets a thumbnail of the specified file * * @since API version 1.0 + * @deprecated 32.0.0 Use the preview endpoint provided by core instead * * @param int $x Width of the thumbnail * @param int $y Height of the thumbnail -- cgit v1.2.3