Skip to content

Commit 12caecc

Browse files
committed
update README
1 parent 4348280 commit 12caecc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,11 @@ helm template oci://ghcr.io/poblin-orange/mongodb-probe/mongodb-probe --version
4747
testing probe REST API:
4848
```
4949
50+
curl -X POST http://localhost:8080/api/persons -H 'Content-type:application/json' -d '{"name": "titi", "role": "xx"}'
51+
curl -X POST http://localhost:8080/api/persons -H 'Content-type:application/json' -d '{"name": "toto", "role": "xx"}'
52+
curl http://localhost:8080/api/persons | jq .
53+
54+
55+
5056
```
5157

0 commit comments

Comments
 (0)