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

fgerthoffert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e1b23676 [UNOMI-763] - Removed duplicate header in documentation 
example (#611)
8e1b23676 is described below

commit 8e1b23676b40572ee9e4f1da791c5e5977b522ce
Author: Francois G <fgerthoff...@jahia.com>
AuthorDate: Tue Apr 18 11:51:48 2023 +0200

    [UNOMI-763] - Removed duplicate header in documentation example (#611)
---
 manual/src/main/asciidoc/jsonSchema/json-schema-develop.adoc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/manual/src/main/asciidoc/jsonSchema/json-schema-develop.adoc 
b/manual/src/main/asciidoc/jsonSchema/json-schema-develop.adoc
index 5cfd5fb9d..83bb9dc5b 100644
--- a/manual/src/main/asciidoc/jsonSchema/json-schema-develop.adoc
+++ b/manual/src/main/asciidoc/jsonSchema/json-schema-develop.adoc
@@ -49,7 +49,6 @@ For example, sending an event not matching a schema:
 curl --request POST \
   --url http://localhost:8181/cxs/jsonSchema/validateEvent \
   --user karaf:karaf \  
-  --header 'Authorization: Basic a2FyYWY6amN1c3RvbWVyUEA1NQ==' \
   --header 'Content-Type: application/json' \
   --data '{
     "eventType": "no-event",

Reply via email to