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

Fix the same operationId #133

Merged
merged 2 commits into from
Nov 26, 2023
Merged

Fix the same operationId #133

merged 2 commits into from
Nov 26, 2023

Conversation

luolingchun
Copy link
Owner

Checklist:

  • Run pytest tests and no failed.
  • Run flake8 flask_openapi3 tests examples and no failed.
  • Run mypy flask_openapi3 and no failed.
  • Run mkdocs serve and no failed.

fix: #127

@luolingchun luolingchun merged commit 30f6bca into master Nov 26, 2023
10 checks passed
@luolingchun luolingchun deleted the Fix-the-same-operationId branch November 26, 2023 03:19
luolingchun added a commit that referenced this pull request Nov 26, 2023
* Fix the same operationId

(cherry picked from commit 30f6bca)
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

Successfully merging this pull request may close these issues.

Different endpoints in swagger "Try it out" fire to the same endpoint when they have the same function name
1 participant