We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
status_codes
1 parent c893f26 commit 8184688Copy full SHA for 8184688
website/docs/docs/ai/using.md
@@ -80,7 +80,7 @@ We can generate a test for the `404` scenario by explicitly specifying the metho
80
```console
81
pactflow-ai generate \
82
--openapi products.yml \
83
- --endpoint '{"path": "/product/{id}", "methods": ["GET"], "status": ["404"]}' \
+ --endpoint '{"path": "/product/{id}", "methods": ["GET"], "status_codes": ["404"]}' \
84
--output src/api.pact.spec.ts \
85
--language typescript
86
```
0 commit comments