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
Until now, the request body is only serialized if it's a Hash.
But it could be an Array, or any other serializable type,
and those bodies are serialized. See brooklynDev#129, probably brooklynDev#141 as well.
I am not sure if this wouldn't break use cases where
the body is already expected to be serialized.
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.
The text was updated successfully, but these errors were encountered: