Hi,
Can you show an example of config you're trying to use?
--
Andrey
--
You received this message because you are subscribed to the Google Groups "codename-taurus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/07eb663c-d286-48a9-a4b0-552ff42c5259%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
scenarios:
insert-for-user:
requests:
- url: http://localhost:8991/api/endpoint
method: POST
body:
- userId: 101qwerty123
attrName: testattribute
headers:
Content-Type: application/json
Ok, help me to understand what do you expect to be sent to server for this situation? Which string should be sent as body?
--
Andrey
So for workaround of a problem you can set string body now like this:
body: "[{\"userId\":\"1234\",\"attrName\":\"name\"},{\"userId\":\"321\",\"attrName\":\"anothername\"}]"
Meanwhile, we'll update the code to handle JSON arrays like you expect it. It will be part of next release 1.8.1
--
Andrey