We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The apiKey in the swagger docs lists "ApiKey", "apiKey" and "apikey" all in the same view. 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
apikey
cwms-data-api/cwms-data-api/src/main/java/cwms/cda/security/KeyAccessManager.java
Line 59 in 1fc8681
If you try to enter "apikey" in swagger it will work, (possibly due to this toLowerCase()?
K
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The apiKey in the swagger docs lists "ApiKey", "apiKey" and "apikey" all in the same view.
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 examplecwms-data-api/cwms-data-api/src/main/java/cwms/cda/security/KeyAccessManager.java
Line 59 in 1fc8681
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
.The text was updated successfully, but these errors were encountered: