-
Notifications
You must be signed in to change notification settings - Fork 353
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
Update OpenAPI spec file #849
Comments
This issue has been automatically marked as "stale:discard". If this issue still relevant, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment. |
I don't think this should be marked stale, as the problem still persists |
I am on vacation, so I havent be able to get to #853 I will encourage you to contribute |
This issue has been automatically marked as "stale:discard". We are sorry that we haven't been able to prioritize it yet. |
Closing this issue after a prolonged period of inactivity. If this issue is still relevant, feel free to re-open the issue. Thank you! |
Problem Statement
I wanted to use the newer controller properties when creating an account with
Stripe.Account.create
but currently I get a Dialyzer warning becausecontroller
isn't a property for that function call. If we compare the account create operation (operationIdPostAccounts
) in the spec file for stripity_stripe with the latest official stripe spec file we can see that thecontroller
property exists in the one but not the other.Solution Brainstorm
I'd be glad to copy just the
PostAccounts
section from the official spec into this repo's spec file and make a PR, but I'm sure there are other updates to the spec as well that we may want to pull in. Let me know how I can help resolve this.The text was updated successfully, but these errors were encountered: