airborne icon indicating copy to clipboard operation
airborne copied to clipboard

JSON array body instead of hash body in POST/PUT

Open xliiauo opened this issue 8 years ago • 0 comments

Hi, I'm trying to test an api call with JSON array as the body:

post "/accounts/#{id}/subscriptions", body, header

For the body, it is a JSON array like ["12345", "23456"] instead of a hash. Can I do that in airborne?

Thank you very much.

xliiauo avatar Aug 04 '17 09:08 xliiauo