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 duplicates in swagger config #296

Merged
merged 1 commit into from
Mar 17, 2023
Merged

Conversation

Negan1911
Copy link
Contributor

When Using tools to generate an SDK based on the Swagger config, there are issues given some fields are duplicated, this solves by:

  • Removing the conflict of SMTP and smtp by renaming SMTP to SmtpConfiguration (and his references).
  • Removing the conflict of IMAP and imap by renaming IMAP to ImapConfiguration (and his references).
  • Removing the conflict of Scopes and scopes by renaming scopes to OauthScopes (and his references).

@CLAassistant
Copy link

CLAassistant commented Mar 17, 2023

CLA assistant check
All committers have signed the CLA.

@andris9 andris9 merged commit f7bfacf into postalsys:master Mar 17, 2023
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.

None yet

3 participants