How can we add new request to mock server? i noticed the requests only available upon the mock server creation. Once it’s created, there ain’t a way to add new request when i try to edit the mock server.
It’s important as we might patch or expand our mock to showcase to developers wht’s the expected result. If we are building multiple request, we need to re-create the mock server
#1 - “Molly” is my mock server #2 - i dup-ed my request to “pingNew” #3 - u can see “ping” return 200, but “pingNew” return 404
{
"error": {
"name": "mockRequestNotFoundError",
"message": "Double check your method and the request path and try again.",
"header": "No matching requests"
}
}