Skip to content

Commit

Permalink
Merge branch 'main' of github.com:scratchdata/scratchdata
Browse files Browse the repository at this point in the history
  • Loading branch information
poundifdef committed Mar 14, 2024
2 parents 6c744e5 + 44a83b3 commit 00d6091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -25,7 +25,7 @@ database ready for reading and writing.
### 2. Insert JSON data

``` bash
$ curl -X POST "http://localhost:8080/api/data/insert/events&api_key=local" \
$ curl -X POST "http://localhost:8080/api/data/insert/events?api_key=local" \
--json '{"user": "alice", "event": "click"}'
```

Expand Down

0 comments on commit 00d6091

Please sign in to comment.