Merge pull request #573 from jcrombez/patch-1

[doc] missing "sandbox:" in the authentication yaml examples
This commit is contained in:
William Durand 2015-02-06 16:04:01 +01:00
commit e23a7d7d66

View File

@ -397,18 +397,21 @@ You can choose between different authentication methods:
```yaml
# app/config/config.yml
nelmio_api_doc:
sandbox:
authentication:
delivery: header
name: X-Custom
# app/config/config.yml
nelmio_api_doc:
sandbox:
authentication:
delivery: query
name: param
# app/config/config.yml
nelmio_api_doc:
sandbox:
authentication:
delivery: http
type: basic # or bearer