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

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


The following commit(s) were added to refs/heads/main by this push:
     new b4dfb92a799 Update camel-restdsl-openapi-plugin.adoc (#7997)
b4dfb92a799 is described below

commit b4dfb92a799e4a5ea8912dfc5f2396cca62bc0bd
Author: yvesdm <[email protected]>
AuthorDate: Tue Jul 12 10:18:46 2022 +0200

    Update camel-restdsl-openapi-plugin.adoc (#7997)
    
    Typo fixed in table, inconsistent number of columns.
---
 .../src/main/docs/camel-restdsl-openapi-plugin.adoc                   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/tooling/maven/camel-restdsl-openapi-plugin/src/main/docs/camel-restdsl-openapi-plugin.adoc
 
b/tooling/maven/camel-restdsl-openapi-plugin/src/main/docs/camel-restdsl-openapi-plugin.adoc
index 18a0dd98fde..fcf28685b10 100644
--- 
a/tooling/maven/camel-restdsl-openapi-plugin/src/main/docs/camel-restdsl-openapi-plugin.adoc
+++ 
b/tooling/maven/camel-restdsl-openapi-plugin/src/main/docs/camel-restdsl-openapi-plugin.adoc
@@ -75,7 +75,7 @@ in the `<configuration>` tag.
 | `indent` | `"&nbsp;&nbsp;&nbsp;&nbsp;"` | What identing character(s) to use, 
by default four spaces, you can use `\t` to signify tab character
 | `outputDirectory` | `generated-sources/restdsl-openapi` | Where to place the 
generated source file, by default `generated-sources/restdsl-openapi` within 
the project directory
 | `destinationGenerator` | | Fully qualified class name of the class that 
implements `org.apache.camel.generator.openapi.DestinationGenerator` interface 
for customizing destination endpoint
-| `destinationToSyntax` | `direct:${operationId}` | The default to syntax for 
the to uri, which is to use the direct component. |
+| `destinationToSyntax` | `direct:${operationId}` | The default to syntax for 
the to uri, which is to use the direct component.
 | `restConfiguration` | `true` | Whether to include generation of the rest 
configuration with detected rest component to be used. 
 | `apiContextPath` | | Define openapi endpoint path if `restConfiguration` is 
set to `true`.
 | `clientRequestValidation` | `false` | Whether to enable request validation.
@@ -293,4 +293,4 @@ The plugin supports the following *additional* options
 | `modelNameSuffix` | | Sets the pre- or suffix for model classes and enums
 | `modelWithXml` | false | Enable XML annotations inside the generated models 
(only works with libraries that provide support for JSON and XML)
 | `configOptions` | | Pass a map of language-specific parameters to 
`swagger-codegen-maven-plugin`
-|========================================
\ No newline at end of file
+|========================================

Reply via email to