Apply suggestions from code review

pull/2518/head
Kitsune Ral 4 years ago committed by GitHub
parent 57f0c8346f
commit c76d53c11a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"]

Loading…
Cancel
Save