mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 02:59:27 +03:00
Merge pull request #573 from jcrombez/patch-1
[doc] missing "sandbox:" in the authentication yaml examples
This commit is contained in:
commit
e23a7d7d66
@ -397,18 +397,21 @@ You can choose between different authentication methods:
|
|||||||
```yaml
|
```yaml
|
||||||
# app/config/config.yml
|
# app/config/config.yml
|
||||||
nelmio_api_doc:
|
nelmio_api_doc:
|
||||||
|
sandbox:
|
||||||
authentication:
|
authentication:
|
||||||
delivery: header
|
delivery: header
|
||||||
name: X-Custom
|
name: X-Custom
|
||||||
|
|
||||||
# app/config/config.yml
|
# app/config/config.yml
|
||||||
nelmio_api_doc:
|
nelmio_api_doc:
|
||||||
|
sandbox:
|
||||||
authentication:
|
authentication:
|
||||||
delivery: query
|
delivery: query
|
||||||
name: param
|
name: param
|
||||||
|
|
||||||
# app/config/config.yml
|
# app/config/config.yml
|
||||||
nelmio_api_doc:
|
nelmio_api_doc:
|
||||||
|
sandbox:
|
||||||
authentication:
|
authentication:
|
||||||
delivery: http
|
delivery: http
|
||||||
type: basic # or bearer
|
type: basic # or bearer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user