Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistent use of apiKey #926

Open
krowvin opened this issue Oct 22, 2024 · 0 comments
Open

Consistent use of apiKey #926

krowvin opened this issue Oct 22, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@krowvin
Copy link
Collaborator

krowvin commented Oct 22, 2024

The apiKey in the swagger docs lists "ApiKey", "apiKey" and "apikey" all in the same view.
image
on 3.1.5-RC14

Suggesting making all three "apiKey", to ensure users are not confused on the correct usage.

It is shown as apikey in this example

+ "NOTE: you MUST manually prefix your key with 'apikey ' "

If you try to enter "apikey" in swagger it will work, (possibly due to this toLowerCase()?

However doing this in CURL fails unless you capitalize the K.

@krowvin krowvin added the documentation Improvements or additions to documentation label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant