From d49ac458661c538cf796cdabd5f6e887440702ef Mon Sep 17 00:00:00 2001 From: William Durand Date: Tue, 27 Oct 2015 10:00:23 +0100 Subject: [PATCH] Add FAQ section Add question/answer from #727 --- Resources/doc/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Resources/doc/index.md b/Resources/doc/index.md index 425e51c..e1c9854 100644 --- a/Resources/doc/index.md +++ b/Resources/doc/index.md @@ -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