This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit f7249c5fcc5fcd05b6ab6018142d3a052dca1294
Author: cherepnalkovski <cherepnalkov...@hotmail.com>
AuthorDate: Wed Nov 28 11:35:29 2018 +0100

    Change download previous file version endpoint (#2642)
    
    Shorthand Alias will remain nonfunctional until changes are made on backend 
mapping.
    
    The real working endpoint is downloadPreviousFileVersion (singular form), 
on backend downloadVersion is mapped with downloadPreviousFileVersions (plural 
form) which not exists.
---
 .../camel-box/camel-box-component/src/main/docs/box-component.adoc      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-box/camel-box-component/src/main/docs/box-component.adoc 
b/components/camel-box/camel-box-component/src/main/docs/box-component.adoc
index a00d2e3..e04398b 100644
--- a/components/camel-box/camel-box-component/src/main/docs/box-component.adoc
+++ b/components/camel-box/camel-box-component/src/main/docs/box-component.adoc
@@ -352,7 +352,7 @@ box:files/endpoint?[options]
 
 |getFileVersions |versions |fileId |java.util.Collection
 
-|downloadPreviousFileVersions |downloadVersion |fileId, version, output, 
[listener] |java.io.OutputStream
+|downloadPreviousFileVersion |downloadVersion |fileId, version, output, 
[listener] |java.io.OutputStream
 
 |deleteFileVersion |deleteVersion |fileId, version |
 

Reply via email to