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

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


The following commit(s) were added to refs/heads/camel-3.20.x by this push:
     new 61e0cde3144 CAMEL-18848: camel-core-model - Rest DSL allowedValues 
should use definition model for value
61e0cde3144 is described below

commit 61e0cde3144e41840a8368e0f2cacaed950a72d9
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Dec 30 13:18:01 2022 +0100

    CAMEL-18848: camel-core-model - Rest DSL allowedValues should use 
definition model for value
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc
index 36ba378f267..937a8bc8e71 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc
@@ -12,7 +12,7 @@ A route now have `<routeProperty>` in the top instead of the 
bottom.
 
 === YAML DSL
 
-Using _allowed values_ in Rest with YAML DSL is fixed to use correct name as 
other DSLs.
+Using _allowable values_ in Rest with YAML DSL is fixed to use correct name as 
other DSLs.
 
 Before:
 
@@ -28,7 +28,7 @@ After:
 
 [source,yaml]
 ----
-    allowedValues:
+    allowableValues:
     - available
     - pending
     - sold

Reply via email to