mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
update doc to reflect new accept header config param
This commit is contained in:
parent
62b30fdb87
commit
826fd35841
@ -208,7 +208,7 @@ configure this sandbox using the following parameters:
|
|||||||
delivery: query # only query delivery is supported for now
|
delivery: query # only query delivery is supported for now
|
||||||
enabled: true # default: true, you can set this parameter to `false` to disable the sandbox
|
enabled: true # default: true, you can set this parameter to `false` to disable the sandbox
|
||||||
endpoint: http://sandbox.example.com/ # default: /app_dev.php, use this parameter to define which URL to call through the sandbox
|
endpoint: http://sandbox.example.com/ # default: /app_dev.php, use this parameter to define which URL to call through the sandbox
|
||||||
|
accept_type: application/json # default null, if set, the value is automatically populated as the Accept header
|
||||||
|
|
||||||
The bundle provides a way to register multiple `input` parsers. The first parser that can handle the specified
|
The bundle provides a way to register multiple `input` parsers. The first parser that can handle the specified
|
||||||
input is used, so you can configure their priorities via container tags. Here's an example parser service registration:
|
input is used, so you can configure their priorities via container tags. Here's an example parser service registration:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user