You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/12/30 12:23:36 UTC

[camel] 02/02: CAMEL-18848: camel-core-model - Rest DSL allowedValues should use definition model for value

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

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

commit 30f081daf5f2a6531cb2d9c8072a4eaaa0b3f9d5
Author: Claus Ibsen <cl...@gmail.com>
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 1d9e8627637..8e6ecdf0969 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