scramble icon indicating copy to clipboard operation
scramble copied to clipboard

Object field in query parameters doesn't sent correctly to API

Open aahelali opened this issue 1 year ago • 1 comments

I have some query parameters like this: image

I tried to send filters[search] using the Swagger page as shown here: image

but it didn't work as expected: image

Am I doing something wrong, or does this need to be fixed?

aahelali avatar Dec 03 '24 14:12 aahelali

Hi, you should try filter[search]=test. In curl example you dont have filters parameter in url.

reinerttomas avatar Feb 12 '25 15:02 reinerttomas

@aahelali The fix is released in v0.12.24: https://github.com/dedoc/scramble/releases/tag/v0.12.24

romalytvynenko avatar Jul 26 '25 19:07 romalytvynenko