-
Notifications
You must be signed in to change notification settings - Fork 53
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
Feature/issue 348 post passport #349
Conversation
OpenAPI question -- do we need to duplicate the content of the POST and GET endpoints? It would be a lot easier to read (and to maintain) if we could share the duplicated part. The current docs show two identically named methods, which is confusing. |
Bigger issue @dglazer is this is swagger 2.0... not OpenAPI which is what we should move towards as a project. I'd prefer to not invest a lot of time figuring out how to do this in the old swagger language and focus on cleaning it up in the move to OpenAPI 3 |
I agree we should move to OpenAPI 3 asap -- @jb-adams to make sure that's on the list. |
Thanks @jb-adams that would be appreciated. Very little bandwidth here in May and June, unfortunately. |
I'm closing this PR in favor of #363 which uses OpenAPI 3 |
See Issue #348