Skip to content

Commit

Permalink
docs: correct casing of API key authentication in OpenAPI (#1896)
Browse files Browse the repository at this point in the history
## What kind of change does this PR introduce?

fix: correct casing of API key authentication in openapi.yaml
  • Loading branch information
12138zhen authored Jan 10, 2025
1 parent 5c1deb2 commit 0cfd177
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 0cfd177

Please sign in to comment.