We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc4ebe commit 7714e74Copy full SHA for 7714e74
documentation/modules/eventing/pages/eventing-trigger-broker.adoc
@@ -230,7 +230,7 @@ curl -v "http://eventingaloha.{tutorial-namespace}.svc.cluster.local" \
230
-X POST \
231
-H "Ce-Id: say-hello" \
232
-H "Ce-Specversion: 1.0" \
233
--H "Ce-Type: aloha" \
+-H "Ce-Type: greeting" \
234
-H "Ce-Source: mycurl" \
235
-H "Content-Type: application/json" \
236
-d '{"key":"from a curl"}'
@@ -264,7 +264,7 @@ curl -v "http://eventingbonjour.{tutorial-namespace}.svc.cluster.local" \
264
265
266
267
--H "Ce-Type: bonjour" \
268
269
270
0 commit comments