Skip to content

Commit

Permalink
rename ApiKeyAuth to ApiKey
Browse files Browse the repository at this point in the history
  • Loading branch information
ziodave committed Jun 19, 2024
1 parent aabba92 commit 79be765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/sitemap-generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ paths:
'500':
description: Internal Server Error
security:
- apiKeyAuth: []
- ApiKey: []
components:
securitySchemes:
apiKeyAuth:
ApiKey:
type: apiKey
in: header
name: Authorization

0 comments on commit 79be765

Please sign in to comment.