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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 284fbfe  Change download previous file version endpoint (#2642)
284fbfe is described below

commit 284fbfe56f3ae09a27af59d5560a9b839651db47
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