Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/json/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Events can be posted using the http API. When the example above is listening, ru
<sub>`curl -H "content-type: application/json" -X POST -d '{"t": "purchase", "location": "BR"}' http://localhost:5000/risk/events`</sub>
<sub>`curl -H "content-type: application/json" -X POST -d '{"t": "purchase", "location": "JP"}' http://localhost:5000/risk/events`</sub>

**Note from the autor:**
**Note from the author:**

*Using facts in the example above will produce the following output:*

Expand Down