laravel-openapi icon indicating copy to clipboard operation
laravel-openapi copied to clipboard

Defining query parameters

Open borisson opened this issue 3 years ago • 1 comments

I'm posting an issue before starting a PR, but I'm willing to (help) implement this if this is not already possible.

I would like to define query parameters in the open api definition that we generate with this package. (https://stackoverflow.com/questions/63862351/openapi-how-to-describe-query-parameters)

If this is not yet possible, I assume that we need to define something on the schema for having the "in"?

borisson avatar May 04 '21 16:05 borisson

the in seems to be present in several elements but no documented ...

look around this package https://github.com/goldspecdigital/oooas that do the openapi elements

Grummfy avatar Sep 02 '22 08:09 Grummfy