diff --git a/app/assets/images/insomnia/export-import.png b/app/assets/images/insomnia/export-import.png new file mode 100644 index 00000000..54b2df74 Binary files /dev/null and b/app/assets/images/insomnia/export-import.png differ diff --git a/app/insomnia/import-from-postman.md b/app/insomnia/import-from-postman.md index 198be08e..cf2efaa3 100644 --- a/app/insomnia/import-from-postman.md +++ b/app/insomnia/import-from-postman.md @@ -51,7 +51,7 @@ faqs: To migrate a collection from Postman, select the collection in Postman click the `...` icon and select **Export**. Select **Collection v2.1**. This will create a JSON file of your entire Postman collection. -![Postman Export](/assets/images/insomnia/postman-export.png) +![Postman Export](/assets/images/insomnia/export-import.png) From Insomnia select **Import** and select the JSON file you exported from Postman. This will import the collection into Insomnia, including any scripts, collections, and specs.