mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-03-10 01:26:09 +03:00
parent
09bb83e149
commit
d49ac45866
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user