Skip to content

Commit

Permalink
Update postman collection for v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
guimachiavelli committed Nov 2, 2023
1 parent 9a9e44e commit ae76d9a
Showing 1 changed file with 50 additions and 6 deletions.
56 changes: 50 additions & 6 deletions assets/misc/meilisearch-collection-postman.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"info": {
"_postman_id": "ca046707-e482-4e2c-a524-0574bd10dd5f",
"name": "Meilisearch v1.4",
"_postman_id": "0f0a76a3-b6d0-4f7d-a8d6-532647b46074",
"name": "Meilisearch v1.5",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
Expand Down Expand Up @@ -927,11 +927,12 @@
"raw": "[\n { \"indexes\": [\"books\", \"books_temp\"] }\n]"
},
"url": {
"raw": "{{url}}/swap-indexes",
"raw": "{{url}}/indexes/swap-indexes",
"host": [
"{{url}}"
],
"path": [
"indexes",
"swap-indexes"
]
}
Expand Down Expand Up @@ -2437,6 +2438,51 @@
}
]
},
{
"name": "Snapshots",
"item": [
{
"name": "Create a snapshot",
"protocolProfileBehavior": {
"disabledSystemHeaders": {}
},
"request": {
"method": "POST",
"header": [],
"url": {
"raw": "{{url}}/snapshots",
"host": [
"{{url}}"
],
"path": [
"snapshots"
]
}
},
"response": []
}
],
"event": [
{
"listen": "prerequest",
"script": {
"type": "text/javascript",
"exec": [
""
]
}
},
{
"listen": "test",
"script": {
"type": "text/javascript",
"exec": [
""
]
}
}
]
},
{
"name": "Facet search",
"item": [
Expand All @@ -2456,13 +2502,11 @@
"raw": "{ \n \"facetQuery\": \"adventure\",\n \"facetName\": \"genre\",\n \"q\": \"prinec\"\n}"
},
"url": {
"raw": "{{url}}/indexes/{{indexUID}}/facet-search",
"raw": "{{url}}/facet-search",
"host": [
"{{url}}"
],
"path": [
"indexes",
"{{indexUID}}",
"facet-search"
]
}
Expand Down

0 comments on commit ae76d9a

Please sign in to comment.