scramble
scramble copied to clipboard
Object field in query parameters doesn't sent correctly to API
I have some query parameters like this:
I tried to send filters[search] using the Swagger page as shown here:
but it didn't work as expected:
Am I doing something wrong, or does this need to be fixed?
Hi, you should try filter[search]=test. In curl example you dont have filters parameter in url.
@aahelali The fix is released in v0.12.24: https://github.com/dedoc/scramble/releases/tag/v0.12.24