You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/pages/reference/configuration/output.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -370,7 +370,7 @@ Gives you the possibility to use the `example`/`examples` fields from your OpenA
370
370
371
371
Type: `Boolean`.
372
372
373
-
Gives you the possibility to generate mocks for all the HTTP statuses in the `responses` fields in your OpenAPI specification.
373
+
Gives you the possibility to generate mocks for all the HTTP statuses in the `responses` fields in your OpenAPI specification. By default only the 200 OK response is generated.
374
374
375
375
#### baseUrl
376
376
@@ -1165,6 +1165,28 @@ module.exports = {
1165
1165
};
1166
1166
```
1167
1167
1168
+
##### generateEachHttpStatus
1169
+
1170
+
Type: `Boolean`.
1171
+
1172
+
Gives you the possibility to generate mocks for all the HTTP statuses in the `responses` fields in your OpenAPI specification. By default only the 200 OK response is generated.
0 commit comments