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

gitgabrio pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new a541675ff [incubator-kie-issues#1874] update curl commands to encode 
spaces properly in url (#2084)
a541675ff is described below

commit a541675ffef8178fe15de82261eaeeb3e7fef309
Author: AthiraHari77 <[email protected]>
AuthorDate: Mon Mar 17 13:50:36 2025 +0530

    [incubator-kie-issues#1874] update curl commands to encode spaces properly 
in url (#2084)
    
    Co-authored-by: athira <[email protected]>
---
 kogito-quarkus-examples/dmn-15-quarkus-example/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/kogito-quarkus-examples/dmn-15-quarkus-example/README.md 
b/kogito-quarkus-examples/dmn-15-quarkus-example/README.md
index 3f0a6c9bf..4d1df6632 100644
--- a/kogito-quarkus-examples/dmn-15-quarkus-example/README.md
+++ b/kogito-quarkus-examples/dmn-15-quarkus-example/README.md
@@ -365,7 +365,7 @@ Curl command (using the JSON object above):
 
 ```sh
 curl -X 'POST' \
-  'http://localhost:8080/Imported Model' \
+  'http://localhost:8080/Imported%20Model' \
   -H 'accept: application/json' \
   -H 'Content-Type: application/json' \
   -d '{
@@ -383,7 +383,7 @@ or on Windows:
 
 ```sh
 curl -X 'POST' \
-  'http://localhost:8080/Imported Model' \
+  'http://localhost:8080/Imported%20Model' \
   -H 'accept: application/json' \
   -H 'Content-Type: application/json' \
   -d "{
@@ -440,7 +440,7 @@ Curl command (using the JSON object above):
 
 ```sh
 curl -X 'POST' \
-  'http://localhost:8080/Importing empty-named Model' \
+  'http://localhost:8080/Importing%20empty-named%20Model' \
   -H 'accept: application/json' \
   -H 'Content-Type: application/json' \
   -d '{
@@ -458,7 +458,7 @@ or on Windows:
 
 ```sh
 curl -X 'POST' \
-  'http://localhost:8080/Importing empty-named Model' \
+  'http://localhost:8080/Importing%20empty-named%20Model' \
   -H 'accept: application/json' \
   -H 'Content-Type: application/json' \
   -d "{


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to