mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-03-10 09:36:10 +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).
|
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
|
### Configuration Reference
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user