File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,7 @@ newman run QA-Monitoring-demo-seed-data.postman_collection.json
4242```
4343curl -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}'
5553curl -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}'
6763curl -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",
You can’t perform that action at this time.
0 commit comments