mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
16 lines
267 B
Markdown
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)
|