William Durand d25dd30453
Refactor doc
2015-10-27 10:35:58 +01:00

16 lines
267 B
Markdown

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
```
---
[back to index](index.md)