Skip to content

Inherited parameters should be before operation method level parameters#2256

Open
mathis-m wants to merge 2 commits intoswagger-api:masterfrom
mathis-m:ft/inherit_param_first
Open

Inherited parameters should be before operation method level parameters#2256
mathis-m wants to merge 2 commits intoswagger-api:masterfrom
mathis-m:ft/inherit_param_first

Conversation

@mathis-m
Copy link

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)
  • Improvement

Checklist:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Path-level parameters should be listed before operation-level parameters

2 participants