From c76d53c11a953bb84ac3aac467d2544e561e9ff9 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Thu, 18 Jun 2020 11:03:43 +0200 Subject: [PATCH] Apply suggestions from code review --- api/client-server/content-repo.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api/client-server/content-repo.yaml b/api/client-server/content-repo.yaml index 5fd1f12d..71c35f01 100644 --- a/api/client-server/content-repo.yaml +++ b/api/client-server/content-repo.yaml @@ -165,8 +165,9 @@ paths: get: summary: Download content from the content repository overriding the file name description: |- - This is the same as the download endpoint above, except permitting - a desired file name. + This will download content from the content repository (same as + the previous endpoint) but replace the target file name with the one + provided by the caller. operationId: getContentOverrideName produces: ["*/*"] parameters: @@ -236,6 +237,7 @@ paths: get: summary: Download a thumbnail of content from the content repository description: |- + Download a thumbnail of content from the content repository. See the `thumbnailing <#thumbnails>`_ section for more information. operationId: getContentThumbnail produces: ["image/jpeg", "image/png"]