mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 02:59:27 +03:00
correct indentation in configuration example
This commit is contained in:
parent
8fb8d90f24
commit
a362f869ad
@ -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…
x
Reference in New Issue
Block a user