Dynamic sample RPC
Dynamic sample RPCs replace hard-coded samples that might become outdated quickly.
Sample is an object representing one item from the response. If you iterate, don’t forget to set "limit": 1
, so only one item is processed for sample data.
{
"url": "/list",
"method": "GET",
"response": {
"limit": 1,
"iterate": "{{body}}",
"output": "{{item}}"
}
}
Last updated