Skip to content

Commit

Permalink
fix: correct casing of API key authentication in openapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
12138zhen committed Dec 28, 2024
1 parent 4faea5a commit 7653f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ paths:
tags:
- saml
security:
- ApiKeyAuth: []
- APIKeyAuth: []
parameters:
- name: download
in: query
Expand Down

0 comments on commit 7653f8a

Please sign in to comment.