Skip to content

Commit d2925f4

Browse files
authored
Merge pull request #481 from antograssiot/swager-yaml-export
Document the yaml option in swagger export command
2 parents 404472b + 33de494 commit d2925f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/swagger.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,9 @@ You can also dump your current Swagger documentation using the provided command:
284284
```
285285
$ docker-compose exec php bin/console api:swagger:export
286286
# Swagger documentation in JSON format...
287+
288+
$ docker-compose exec php bin/console api:swagger:export --yaml
289+
# Swagger documentation in YAML format...
287290
```
288291

289292
## Overriding the UI Template

0 commit comments

Comments
 (0)