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.
2 parents 6d4428b + fb41066 commit 3e0414bCopy full SHA for 3e0414b
core/swagger.md
@@ -286,6 +286,9 @@ $ docker-compose exec php bin/console api:swagger:export
286
287
$ docker-compose exec php bin/console api:swagger:export --yaml
288
# Swagger documentation in YAML format...
289
+
290
+$ docker-compose exec php bin/console api:swagger:export --output=swagger_docs.json
291
+# Swagger documentation dumped directly into JSON file (add --yaml to change format)
292
```
293
294
## Overriding the UI Template
0 commit comments