You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/postman_collection.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@ description: This how-to guide explains how to use Postman when testing and debu
5
5
6
6
Are you tired of using the `curl` command in your terminal to test Meilisearch? It can be tedious to re-write every route when wanting to try out an API.
7
7
8
-
Postman is a platform that lets you create HTTP requests you can easily reuse and share with everyone. We provide a <ahref="/assets/misc/meilisearch-collection-postman.json"download="meilisearch-collection-postman.json">Postman collection</a> containing all the routes of the Meilisearch API! 🚀
8
+
Postman is a platform that lets you create HTTP requests you can easily reuse and share with everyone. We provide a <ahref="/docs/assets/misc/meilisearch-collection-postman.json"download="meilisearch-collection-postman.json">Postman collection</a> containing all the routes of the Meilisearch API! 🚀
9
9
10
10
If you don't have Postman already, you can [download it here](https://www.postman.com/downloads/). It's free and available on many OS distributions.
11
11
12
12
## Import the collection
13
13
14
-
Once you have downloaded the <ahref="/assets/misc/meilisearch-collection-postman.json"download="meilisearch-collection-postman.json">Postman collection</a>, you need to import it into Postman.
14
+
Once you have downloaded the <ahref="/docs/assets/misc/meilisearch-collection-postman.json"download="meilisearch-collection-postman.json">Postman collection</a>, you need to import it into Postman.
0 commit comments