It seems that each operation returned by SharingHolder's operation method hold the same ArrayList object.It turns out that each path might share the same parameters. It may be confused, cause each one should has its own parameters.
And when request /pet/ in the swagger-ui to add new pet. it may not work? was my operation incorrect?
It seems that each operation returned by SharingHolder's operation method hold the same ArrayList object.It turns out that each path might share the same parameters. It may be confused, cause each one should has its own parameters.
And when request /pet/ in the swagger-ui to add new pet. it may not work? was my operation incorrect?