diff --git a/app/_data/products/insomnia.yml b/app/_data/products/insomnia.yml index dc505124159..24b487f2c5c 100644 --- a/app/_data/products/insomnia.yml +++ b/app/_data/products/insomnia.yml @@ -45,4 +45,6 @@ releases: version: "12.6.0" - release: "13.0" version: "13.0.0" + - release: "13.1" + version: "13.1.0" latest: true diff --git a/app/_includes/how-tos/steps/mock-route.md b/app/_includes/how-tos/steps/mock-route.md index af9626ba5c1..31a11d0d6fc 100644 --- a/app/_includes/how-tos/steps/mock-route.md +++ b/app/_includes/how-tos/steps/mock-route.md @@ -21,6 +21,3 @@ In this example, we want to create a `/flights` route based on the [KongAir Flig ``` 1. Update the headers and status if needed. In this example we'll keep the default values. 1. Click **Test** to send a request to the mock. - -{:.info} -> You can't define multiple responses for the same route. If you want to mock another response, you need to create a different mock server. \ No newline at end of file