Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

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 Jul 19, 2023
1 parent dbae8b2 commit 1b13418
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.11
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 1b13418

Please sign in to comment.