@@ -617,7 +617,7 @@ Content-Type: application/json
617617Start server:
618618
619619```
620- java -jar df.jar --dump dump.txt --data customers.json
620+ java -jar df.jar --dump dump.txt --db customers.json
621621```
622622</li >
623623<li >
@@ -645,7 +645,6 @@ Get response:
645645 <li>Parameters are always treated as strings.</li>
646646 <li>The data file can be organized as an object or an array.</li>
647647 <li>You can select a random record from the data file.</li>
648- <li>Multiple data files are supported with the <code>--data</code> option.</li>
649648 <li>DeepfakeHTTP supports JSON, YAML and CSV data files.</li>
650649 <li>By default, data files are watched for changes. Use <code>--no-watch</code> option to disable watching.</li>
651650 <li>Don't miss a single carriage return between headers and body!</li>
@@ -694,7 +693,7 @@ Content-Type: application/json
694693Start server:
695694
696695```
697- java -jar df.jar --dump dump.txt --data customers.json
696+ java -jar df.jar --dump dump.txt --db customers.json
698697```
699698</li >
700699<li >
@@ -720,7 +719,6 @@ Get response:
720719<ul >
721720 <li>The data file can be organized as an object or an array.</li>
722721 <li>You can select record from the data file by index.</li>
723- <li>Multiple data files are supported with the <code>--data</code> option.</li>
724722 <li>DeepfakeHTTP supports JSON, YAML and CSV data files.</li>
725723 <li>By default, data files are watched for changes. Use <code>--no-watch</code> option to disable watching.</li>
726724 <li>Don't miss a single carriage return between headers and body!</li>
@@ -1176,7 +1174,7 @@ java -jar df.jar --print-openapi --openapi-title 'Acme-CRM REST API v1.2.3' --du
11761174<ul >
11771175 <li>Use <code>--format yaml</code> option to print OpenAPI spec in YAML format.</li>
11781176 <li>Use <code>--no-color</code> option to disable ANSI colors.</li>
1179- <li>Use <code>--openapi-path < path> </code> option to serve built-in OpenAPI client.</li>
1177+ <li>Use <code>--openapi-path < path> </code> option to serve built-in OpenAPI client.</li>
11801178</ul >
11811179<strong >💡 See Also:</strong >
11821180<ul >
0 commit comments