From a362f869ad88de79fea2f9e30ec679bec7296b3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Jakub=20Kwiatek?= Date: Fri, 4 Mar 2022 20:09:11 +0100 Subject: [PATCH] correct indentation in configuration example --- Resources/doc/security.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 + */