Apply suggestions from code review
This commit is contained in:
parent
57f0c8346f
commit
c76d53c11a
1 changed files with 4 additions and 2 deletions
|
@ -165,8 +165,9 @@ paths:
|
||||||
get:
|
get:
|
||||||
summary: Download content from the content repository overriding the file name
|
summary: Download content from the content repository overriding the file name
|
||||||
description: |-
|
description: |-
|
||||||
This is the same as the download endpoint above, except permitting
|
This will download content from the content repository (same as
|
||||||
a desired file name.
|
the previous endpoint) but replace the target file name with the one
|
||||||
|
provided by the caller.
|
||||||
operationId: getContentOverrideName
|
operationId: getContentOverrideName
|
||||||
produces: ["*/*"]
|
produces: ["*/*"]
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -236,6 +237,7 @@ paths:
|
||||||
get:
|
get:
|
||||||
summary: Download a thumbnail of content from the content repository
|
summary: Download a thumbnail of content from the content repository
|
||||||
description: |-
|
description: |-
|
||||||
|
Download a thumbnail of content from the content repository.
|
||||||
See the `thumbnailing <#thumbnails>`_ section for more information.
|
See the `thumbnailing <#thumbnails>`_ section for more information.
|
||||||
operationId: getContentThumbnail
|
operationId: getContentThumbnail
|
||||||
produces: ["image/jpeg", "image/png"]
|
produces: ["image/jpeg", "image/png"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue