Closed ViljarVoidula closed 6 years ago
Problem: Swagger encodes all URL in safe format fe: curl -X GET "http://localhost:3030/users?%5B%24search%5D=as" -H "accept: application/json" instead of curl http://localhost:3030/users?firstName[$search]=qwerty
Missing those brackets cause the failure - any ideas how to solve that?
I'm quite a beginner , but a lead of direction could become in handy.
bad user - change user - solved
Problem: Swagger encodes all URL in safe format fe: curl -X GET "http://localhost:3030/users?%5B%24search%5D=as" -H "accept: application/json" instead of curl http://localhost:3030/users?firstName[$search]=qwerty
Missing those brackets cause the failure - any ideas how to solve that?
I'm quite a beginner , but a lead of direction could become in handy.