Skip to content

Commit 7714e74

Browse files
authored
adding the correct filter to the request (#288)
Co-authored-by: ammbra <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>
1 parent efc4ebe commit 7714e74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/modules/eventing/pages/eventing-trigger-broker.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ curl -v "http://eventingaloha.{tutorial-namespace}.svc.cluster.local" \
230230
-X POST \
231231
-H "Ce-Id: say-hello" \
232232
-H "Ce-Specversion: 1.0" \
233-
-H "Ce-Type: aloha" \
233+
-H "Ce-Type: greeting" \
234234
-H "Ce-Source: mycurl" \
235235
-H "Content-Type: application/json" \
236236
-d '{"key":"from a curl"}'
@@ -264,7 +264,7 @@ curl -v "http://eventingbonjour.{tutorial-namespace}.svc.cluster.local" \
264264
-X POST \
265265
-H "Ce-Id: say-hello" \
266266
-H "Ce-Specversion: 1.0" \
267-
-H "Ce-Type: bonjour" \
267+
-H "Ce-Type: greeting" \
268268
-H "Ce-Source: mycurl" \
269269
-H "Content-Type: application/json" \
270270
-d '{"key":"from a curl"}'

0 commit comments

Comments
 (0)