SurfGen icon indicating copy to clipboard operation
SurfGen copied to clipboard

Wrong handling path parameters

Open LastSprint opened this issue 4 years ago • 0 comments

Now when we create model for code generation we gather URI's path parameters only from first operation

self.parameters = pathModel.operations[0].pathParameters

And it seems wrong

LastSprint avatar Oct 19 '21 05:10 LastSprint