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

davsclaus 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 cee7330  REST DSL documentation update (#3875)
cee7330 is described below

commit cee73309622711932193c45b89d19260e7185f13
Author: sadiasherif <[email protected]>
AuthorDate: Sat May 30 12:44:13 2020 +0530

    REST DSL documentation update (#3875)
    
    Corrected xml tags syntax in XML DSL
---
 docs/user-manual/modules/ROOT/pages/rest-dsl.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/rest-dsl.adoc 
b/docs/user-manual/modules/ROOT/pages/rest-dsl.adoc
index 206c0d4..2f2305d 100644
--- a/docs/user-manual/modules/ROOT/pages/rest-dsl.adoc
+++ b/docs/user-manual/modules/ROOT/pages/rest-dsl.adoc
@@ -202,7 +202,7 @@ over xref:components::jms-component.adoc[JMS] where the 
queue name is dynamic de
   <get uri="/hello//{language}">
     <toD uri="jms:queue:hello-${header.language}"/>
   </get>
-<rest>
+</rest>
 ----
 
 See more details at Message Endpoint about
@@ -415,7 +415,7 @@ rest("/users/")
   <post type="UserPojo" outType="CountryPojo">
     <to uri="direct:newUser"/>
   </post>
-<rest>
+</rest>
 ----
 
 To specify input and/or output using an array, append `[]` to the end

Reply via email to