We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example generated output from mattermost openapi shema:
def sync_detailed( team_id: str, *, client: Client, client_version: str, locale: Union[Unset, None, str] = UNSET, client: str, # nope, client was already used before ) -> Response[Union[Any, List["Notice"]]]:
The text was updated successfully, but these errors were encountered:
We probably need to special-case client and always append location (like we do for duplicate parameters)
client
Sorry, something went wrong.
fix: Allow parameters named "client" and "url" [#758, #762, #765]. Th…
5488307
…anks @truenicoco & @juanber84! * fix: Allow parameters named "client" and "url" * chore: Cleanup unused import * chore: Hold mypy's hand --------- Co-authored-by: Dylan Anthony <[email protected]>
Successfully merging a pull request may close this issue.
Example generated output from mattermost openapi shema:
The text was updated successfully, but these errors were encountered: