Skip to content

Commit 322ca6d

Browse files
committed
clean up readme
1 parent c0ecbf3 commit 322ca6d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ newman run QA-Monitoring-demo-seed-data.postman_collection.json
4242
```
4343
curl -X POST \
4444
http://localhost:8060/ \
45-
-H 'Cache-Control: no-cache' \
4645
-H 'Content-Type: application/json' \
47-
-H 'Postman-Token: 1b71cf1e-cb7f-44d2-87cd-0bb9d7754e6a' \
4846
-d '{
4947
"environment" : "Staging",
5048
"test_title" : "the-test-test",
@@ -54,9 +52,7 @@ curl -X POST \
5452
}'
5553
curl -X POST \
5654
http://localhost:8060/ \
57-
-H 'Cache-Control: no-cache' \
5855
-H 'Content-Type: application/json' \
59-
-H 'Postman-Token: 764d202c-5f1f-4068-9f39-2359e024e63d' \
6056
-d '{
6157
"environment" : "Production",
6258
"test_title" : "the-test-test",
@@ -66,9 +62,7 @@ curl -X POST \
6662
}'
6763
curl -X POST \
6864
http://localhost:8060/ \
69-
-H 'Cache-Control: no-cache' \
7065
-H 'Content-Type: application/json' \
71-
-H 'Postman-Token: d4eea417-95d8-49aa-bcd7-e3d75a499573' \
7266
-d '{
7367
"environment" : "Staging",
7468
"test_title" : "the-test-test",

0 commit comments

Comments
 (0)