api
api copied to clipboard
Fix incorrect 'in' values for currentPage parameters
Some of the currentPage
parameters were defined as being in the path
, when the operation only has one path parameter. I believe these are query
parameters based on other definitions of currentPage
in the spec. This fixes the broken instances and redefines them as being query params.