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
The following Hurl file is not valid, due to the implicit JSON body []
POST https://foo.com/api
["foo","bar","baz"]
POST https://foo.com/api
[1,2,3,4]
POST https://foo.com/api
[{"name": "foo"},{"name": "bar"},{"name": "baz"}]
POST https://foo.com/api
[true,false,true]
POST https://foo.com/api
{}
POST https://foo.com/api
[]
error: Parsing request section name
--> /tmp/json.hurl:17:2
|
17 | []
| ^ the section is not valid. Valid values are QueryStringParams, FormParams, MultipartFormData, Cookies or Options
|
Summary
The following Hurl file is not valid, due to the implicit JSON body
[]
Output of checks
Thanks @dermetfan
The text was updated successfully, but these errors were encountered: