Skip to content

Commit

Permalink
fix(config): update nelmio config for v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cysp committed Apr 13, 2023
1 parent dde9e2f commit aec8451
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions config/packages/nelmio_api_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ nelmio_api_doc:
description: >
This connector allows marketplaces powered by Mirakl to onboard sellers on Stripe and pay them out automatically.
version: 3.1.0
securityDefinitions:
Bearer:
type: apiKey
description: 'Token configured by the operator during the installation'
name: X-AUTH-TOKEN
in: header
components:
securitySchemes:
Bearer:
type: apiKey
description: 'Token configured by the operator during the installation'
name: X-AUTH-TOKEN
in: header

areas: # to filter documented areas
path_patterns:
Expand Down

0 comments on commit aec8451

Please sign in to comment.