Alex P
03/23/2023, 3:41 PMDELETE
endpoint, and I have a response bodyFileName
that has something like
{
"message": "Deleted {{arguments.count}} items"
}
And then I would have a stub like this
{
"request": ...,
"response": {
"bodyFileName": ...,
"arguments": {
"count": 1
}
...
}
Or can I use the metadata
for that? 🤔Tom
03/23/2023, 3:43 PM{{parameters.myParam}}
transformerParameters
in the response
element in the stub JSONAlex P
03/23/2023, 3:45 PMscenarioName
when it uses requiredScenarioState
? 🤔Aaron
03/23/2023, 4:13 PMAlex P
03/23/2023, 4:33 PM