api-clients-automation
api-clients-automation copied to clipboard
fix(specs): allow search params as object for sffv
trafficstars
🧠What and Why
We should be able to pass search parameters also as an object.
🎟 JIRA Ticket:
Changes included:
- Replace the reference to
paramsAsStringtosearchParamswhich is theoneOfbetween the string and object version.