diff --git a/Resources/doc/security.rst b/Resources/doc/security.rst index 1cecc8c..a812e59 100644 --- a/Resources/doc/security.rst +++ b/Resources/doc/security.rst @@ -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) - */ \ No newline at end of file + */