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

Mark API key as required if it is #51

Open
lornajane opened this issue Feb 17, 2020 · 0 comments
Open

Mark API key as required if it is #51

lornajane opened this issue Feb 17, 2020 · 0 comments

Comments

@lornajane
Copy link
Contributor

We're rendering api_key as a query parameter (I'm looking at https://developer.nexmo.com/api/verify) but not marking it as required. In the Verify API spec, the api_secret parameter has been added as a query parameter to each endpoint since it is otherwise not picked up by other tools. The "correct" way to do this though is as seen in our number-insight spec which lists both api_key and api_secret as security schemes - however these also aren't rendered as required fields which I think they should be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant