Open
Description
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
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
.
- @tsressin also ran into this