mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
Merge pull request #1966 from Flower7C3/patch-1
correct indentation in configuration example
This commit is contained in:
commit
625aa151f0
1 changed files with 9 additions and 9 deletions
|
@ -8,14 +8,14 @@ A default security policy can be added in ``nelmio_api_doc.documentation.securit
|
|||
nelmio_api_doc:
|
||||
documentation:
|
||||
components:
|
||||
securitySchemes:
|
||||
Bearer:
|
||||
type: http
|
||||
scheme: bearer
|
||||
ApiKeyAuth:
|
||||
type: apiKey
|
||||
in: header
|
||||
name: X-API-Key
|
||||
securitySchemes:
|
||||
Bearer:
|
||||
type: http
|
||||
scheme: bearer
|
||||
ApiKeyAuth:
|
||||
type: apiKey
|
||||
in: header
|
||||
name: X-API-Key
|
||||
security:
|
||||
Bearer: []
|
||||
|
||||
|
@ -40,4 +40,4 @@ You can also completely remove security from a path by providing ``@Security`` w
|
|||
|
||||
/**
|
||||
* @Security(name=null)
|
||||
*/
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue