mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-01 21:06:15 +03:00
correction an invalid yaml in the documentation (#1703)
This commit is contained in:
parent
878c436698
commit
5dce5fe1bc
1 changed files with 3 additions and 3 deletions
|
@ -117,9 +117,9 @@ You can configure global information in the bundle configuration ``documentation
|
|||
components:
|
||||
securitySchemes:
|
||||
Bearer:
|
||||
type: http
|
||||
scheme: bearer
|
||||
bearerFormat: JWT
|
||||
type: http
|
||||
scheme: bearer
|
||||
bearerFormat: JWT
|
||||
security:
|
||||
- Bearer: []
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue