Closed astimes closed 8 years ago
by parameter, i assume you mean passing POST data, for example? If so, that's the "payload" box.
If your REST API accepts JSON, set the MIME to application/json
, and pass your parameters in the payload box like so:
{
"param1": "something",
"param2": "something"
}
thanks
How to pass parameters