You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when this data is imported into postman it results in this url {{url}}?members&reference&Type&_postman_listIndexKey=key&_postman_listAllowsMultipleValues
I cross checked by exporting postman collection and there query is array of objects
I have tried 2 ways to do this both resulted in same
Directly manipulating url
using
QueryParam
both result into query property like this
when this data is imported into postman it results in this url
{{url}}?members&reference&Type&_postman_listIndexKey=key&_postman_listAllowsMultipleValues
I cross checked by exporting postman collection and there query is array of objects
This happens when using
collection.toJSON()
, whenrequest.toJSON()
is used it in expected format.The text was updated successfully, but these errors were encountered: