swagger-js icon indicating copy to clipboard operation
swagger-js copied to clipboard

Inherited parameters should be before operation method level parameters

Open mathis-m opened this issue 4 years ago • 0 comments

Description

Motivation and Context

Fixes swagger-api/swagger-ui#7482

How Has This Been Tested?

Adjusted given tests to test new order

Types of changes

  • [ ] No code changes (changes to documentation, CI, metadata, etc)
  • [ ] Dependency changes (any modification to dependencies in package.json)
  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)
  • [x] Improvement

Checklist:

  • [x] My code follows the code style of this project.
  • [ ] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.
  • [x] I have edited tests to cover my changes.
  • [x] All new and existing tests passed.

mathis-m avatar Sep 24 '21 01:09 mathis-m