nelmio_api_doc: areas: # to filter documented areas path_patterns: - ^/api(?!/doc$) # Accepts routes under /api except /api/doc documentation: info: title: wallabag API documentation description: This is the API documentation of wallabag version: 2.x securityDefinitions: Bearer: type: apiKey description: 'Value: Bearer {jwt}' name: Authorization in: header security: - Bearer: []