We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9169238 commit b2d5fe2Copy full SHA for b2d5fe2
1 file changed
README.md
@@ -38,7 +38,7 @@ Let's take an example with an input file and the test case:
38
Here are the commands to upload them (please use --data-binary if you want to keep new lines):
39
```
40
curl -X POST "http://localhost:50000/upload/file/<testid>/myfile1.txt" -H "accept: */*" -H "Content-Type: text/plain" --data-binary @myfile1.txt && echo
41
-curl -X POST "http://localhost:50000/upload/test" -H "accept: */*" -H "Content-Type: application/json" -d @test1.json && echo
+curl -X POST "http://localhost:50000/upload/test" -H "accept: */*" -H "Content-Type: application/json" --data-binary @test1.json && echo
42
43
44
Injects could be triggered by:
0 commit comments