You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The codegen can auto rename a model to XXXXContent if this model is only referenced once and the suffix is Parameter .
Then if this model is used in other operations in the new swagger, then this renaming mechanism will fail and cause breaking change.
The codegen should keep this kind of renames in any new versions.
The codegen can auto rename a model to
XXXXContentif this model is only referenced once and the suffix isParameter.Then if this model is used in other operations in the new swagger, then this renaming mechanism will fail and cause breaking change.
The codegen should keep this kind of renames in any new versions.