Add FAQ section

Add question/answer from #727
This commit is contained in:
William Durand 2015-10-27 10:00:23 +01:00
parent 09bb83e149
commit d49ac45866

View File

@ -595,6 +595,17 @@ services:
Look at the built-in [Handlers](https://github.com/nelmio/NelmioApiDocBundle/tree/master/Extractor/Handler).
### Frequently Asked Questions
##### How can I remove the parameter `_format` sent in `POST` and `PUT` request?
``` yaml
nelmio_api_doc:
sandbox:
request_format:
method: accept_header
```
### Configuration Reference
``` yaml