Slackbot
08/16/2023, 6:43 PMTom
08/16/2023, 7:19 PMroot-dir
parameter 1 level too deep. Try chopping the mappings
part of the end.Tom
08/16/2023, 7:20 PMVenkatesh Babu
08/16/2023, 8:13 PM"request": {
"method": "GET",
"urlPattern": "/test-in-int/cars?limit=300"
},
"response": {
"status": 200,
"headers": {
"Content-Type": "application/json"
},
"body": "{\n \"limit\":1,\n \"offset\":0,\n \"count\":1,\n \"total\":441,\n \"results\":[\n {\n \"id\":\"e4841772-bb61-4a5d-8715-98c844667a2d\",\n \"version\":474,\n ........
but when I try to call the mock using the pattern mapped, I get the following error (in image).
I do not seem to find answers online except changing urlPattern to urlPathPattern. Do you know what could be the issue with this?Tom
08/16/2023, 8:19 PM"url"
instead of "urlPattern"
Venkatesh Babu
08/16/2023, 8:28 PM