You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/04/24 07:42:17 UTC

[camel-k-examples] branch squakez-patch-1 created (now 9157fe3)

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

pcongiusti pushed a change to branch squakez-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git


      at 9157fe3  fix: correct open-api syntax

This branch includes the following new commits:

     new 9157fe3  fix: correct open-api syntax

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-k-examples] 01/01: fix: correct open-api syntax

Posted by pc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch squakez-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git

commit 9157fe331443296e4e81fc69fa6b85aeb15b8841
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Apr 24 09:42:12 2023 +0200

    fix: correct open-api syntax
---
 generic-examples/openapi/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/generic-examples/openapi/README.md b/generic-examples/openapi/README.md
index c8ca3c0..1b846a2 100644
--- a/generic-examples/openapi/README.md
+++ b/generic-examples/openapi/README.md
@@ -7,7 +7,7 @@ Find useful examples about how to expose an Open API specification in a Camel K
 Deploy the examples running
 
 ```
-kamel run --dev --name greetings --open-api greetings-api.json greetings.groovy
+kamel run --dev --name greetings --open-api file:greetings-api.json greetings.groovy
 ```
 
 Then you can test by calling the hello endpoint, ie:
@@ -21,4 +21,4 @@ User-Agent: curl/7.68.0
 transfer-encoding: chunked
 
 Hello from hello
-```
\ No newline at end of file
+```