Merge pull request #6182 from caspermeijn/openapi3

Update annotations to OpenApi 3
This commit is contained in:
Jérémy Benoist
2023-01-02 10:39:56 +01:00
committed by GitHub
11 changed files with 420 additions and 397 deletions

View File

@ -130,12 +130,13 @@ nelmio_api_doc:
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
components:
securitySchemes:
Bearer:
type: apiKey
description: 'Value: Bearer {jwt}'
name: Authorization
in: header
security:
- Bearer: []