We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4bc7a8 commit 6681205Copy full SHA for 6681205
1 file changed
examples/spring-function/README.md
@@ -29,9 +29,9 @@ It also accepts data in "structured" format:
29
```shell
30
curl -v -H'Content-type: application/cloudevents+json' \
31
-d '{"data": {"value": "Foo"},
32
- "id: 1,
33
- "source": "cloud-event-example"
34
- "type": "my.application.Foo"
+ "id": "1",
+ "source": "cloud-event-example",
+ "type": "my.application.Foo",
35
"specversion": "1.0"}' \
36
http://localhost:8080/event
37
```
0 commit comments