Forum Discussion

nerpianicolindo's avatar
nerpianicolindo
Occasional Visitor
3 years ago

Swagger with Larapi

I'm doing the documentation of my web page and i have a problem with swagger and larapi.

Some routes of my web aplication have filters like:

{base_url}/users?filter[columnName][operator][not]=value.

The problem comes when i need to make the comment with swagger for my method and swagger dont like routes like this. I can make the documentation with routes like "{base_url}/users" or "{base_url}/user/{{id}}" but not with the other one.

Can some help me??