got-swag icon indicating copy to clipboard operation
got-swag copied to clipboard

Path-level parameters are ignored

Open morris opened this issue 7 years ago • 0 comments

Parameters on path-level (and possibly other levels, need to check this) are ignored, e.g.

paths:
  /test
    parameters:
      ... # ignored
    get:
      parameters:
        ... # work

This seems to be valid Swagger, so got-swag should respect that, e.g. in monkey tests.

morris avatar Sep 22 '17 12:09 morris